wangyoucao577 commited on
Commit
c26daac
·
verified ·
1 Parent(s): a8fea20
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ RUN pip install --no-cache-dir --upgrade pip
56
 
57
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
58
  # COPY --chown=user . $HOME/app
59
- COPY --chown=user .env $HOME/app/
60
  COPY --chown=user entrypoint.sh $HOME/app/
61
 
62
  # auto init nvm for the "user" user
 
56
 
57
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
58
  # COPY --chown=user . $HOME/app
59
+ COPY --chown=user .env /app/
60
  COPY --chown=user entrypoint.sh $HOME/app/
61
 
62
  # auto init nvm for the "user" user