Browse Source

Merge pull request #5846 from weseek/fix/official-image-user

fix: Change the execution user of the official docker image to root
Yuki Takei 4 years ago
parent
commit
5608b6af47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/docker/Dockerfile

+ 1 - 0
packages/app/docker/Dockerfile

@@ -159,6 +159,7 @@ RUN rm node_modules.tar packages.tar
 
 COPY --chown=node:node --chmod=700 packages/app/docker/docker-entrypoint.sh /
 
+USER root
 WORKDIR ${appDir}/packages/app
 
 VOLUME /data