mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 12:51:35 +02:00
chown uploads
This commit is contained in:
@@ -13,6 +13,7 @@ RUN npm run compile:all
|
||||
FROM node:8.9.1
|
||||
|
||||
COPY --from=0 /app /app
|
||||
RUN chown app uploads
|
||||
# All app and node_modules will be owned by root.
|
||||
# The app will run as the 'app' user, and so not have write permissions
|
||||
# on any files it doesn't need.
|
||||
|
||||
Reference in New Issue
Block a user