Skip to content

Commit 30bb702

Browse files
committed
Refactor Dockerfile to use root user instead of devbox user
1 parent fc8c3d1 commit 30bb702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/react/18.2.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM ghcr.io/labring-actions/devbox/node.js-22:219d11
2+
23
USER root
34
RUN cd /home/devbox/project && \
45
rm -rf ./* && \

0 commit comments

Comments
 (0)