File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
2
2
3
- COPY /Language/nodejs/workspace /home/sealos/workspace
3
+ COPY /Language/nodejs/project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
9
npm install -g typescript yarn pnpm && \
10
10
apt-get clean && \
11
11
rm -rf /var/lib/apt/lists/* && \
12
- chown -R sealos:sealos /home/sealos/workspace && \
13
- chmod -R u+rw /home/sealos/workspace
12
+ chown -R sealos:sealos /home/sealos/project && \
13
+ chmod -R u+rw /home/sealos/project
14
14
15
15
RUN mkdir /root/.sealos
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
2
2
3
- COPY /Language/nodejs/workspace /home/sealos/workspace
3
+ COPY /Language/nodejs/project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
9
npm install -g typescript yarn pnpm && \
10
10
apt-get clean && \
11
11
rm -rf /var/lib/apt/lists/* && \
12
- chown -R sealos:sealos /home/sealos/workspace && \
13
- chmod -R u+rw /home/sealos/workspace
12
+ chown -R sealos:sealos /home/sealos/project && \
13
+ chmod -R u+rw /home/sealos/project
14
14
15
15
RUN mkdir /root/.sealos
Original file line number Diff line number Diff line change 1
1
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
2
2
3
- COPY /Language/nodejs/workspace /home/sealos/workspace
3
+ COPY /Language/nodejs/project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
@@ -9,7 +9,7 @@ RUN apt-get update && \
9
9
npm install -g typescript yarn pnpm && \
10
10
apt-get clean && \
11
11
rm -rf /var/lib/apt/lists/* && \
12
- chown -R sealos:sealos /home/sealos/workspace && \
13
- chmod -R u+rw /home/sealos/workspace
12
+ chown -R sealos:sealos /home/sealos/project && \
13
+ chmod -R u+rw /home/sealos/project
14
14
15
15
RUN mkdir /root/.sealos
File renamed without changes.
You can’t perform that action at this time.
0 commit comments