File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 /project /home/sealos/project
3
+ COPY /Language/node.js /project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
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 /project /home/sealos/project
3
+ COPY /Language/node.js /project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
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 /project /home/sealos/project
3
+ COPY /Language/node.js /project /home/sealos/project
4
4
5
5
RUN apt-get update && \
6
6
apt-get install -y curl && \
You can’t perform that action at this time.
0 commit comments