Severian commited on
Commit
e830ccd
·
verified ·
1 Parent(s): 82bc659

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ ENV HOME=/home/user \
57
  COPY --chown=user . .
58
 
59
  # Copy entrypoint script
60
- COPY --chown=user docker/entrypoint.sh /entrypoint.sh
61
  RUN chmod +x /entrypoint.sh
62
 
63
  # Set required environment variables
 
57
  COPY --chown=user . .
58
 
59
  # Copy entrypoint script
60
+ COPY entrypoint.sh /entrypoint.sh
61
  RUN chmod +x /entrypoint.sh
62
 
63
  # Set required environment variables