Skip to content

Commit

Permalink
更新Dockerfile中的用户权限***
Browse files Browse the repository at this point in the history
***更新Dockerfile中的用户权限
  • Loading branch information
Musicminion authored Feb 2, 2024
1 parent 70fa9c4 commit 148f712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-patches/web-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN mkdir -p /overleaf/services/web/data/dumpFolder \

# the deps image is used for caching npm ci
FROM base as deps-prod
USER node
USER root
COPY package.json package-lock.json /overleaf/
COPY services/web/package.json /overleaf/services/web/
COPY libraries/ /overleaf/libraries/
Expand Down

0 comments on commit 148f712

Please sign in to comment.