Skip to content

Commit bf81c96

Browse files
committed
chore: Update Dockerfile to fix permission
1 parent 9eb0359 commit bf81c96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Language/node.js/18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
22

3-
COPY /Language/nodejs/project /home/sealos/project
3+
COPY /Language/node.js/project /home/sealos/project
44

55
RUN apt-get update && \
66
apt-get install -y curl && \

Language/node.js/20/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
22

3-
COPY /Language/nodejs/project /home/sealos/project
3+
COPY /Language/node.js/project /home/sealos/project
44

55
RUN apt-get update && \
66
apt-get install -y curl && \

Language/node.js/22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/debian-ssh:d8f335
22

3-
COPY /Language/nodejs/project /home/sealos/project
3+
COPY /Language/node.js/project /home/sealos/project
44

55
RUN apt-get update && \
66
apt-get install -y curl && \

0 commit comments

Comments
 (0)