Skip to content

Commit fb598ac

Browse files
committed
Refactor Dockerfile to remove duplicate code and fix permissions
1 parent 29456c0 commit fb598ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/react/18.2.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM ghcr.io/labring-actions/devbox/node.js-22:219d11
22
USER root
33
RUN cd /home/devbox/project && \
44
rm -rf ./* && \
5-
rm -rf ./* && \
65
mkdir -p /usr/lib/node_modules && \
76
chown -R devbox:devbox /usr/lib/node_modules
87

0 commit comments

Comments
 (0)