Severian commited on
Commit
1841e3a
·
verified ·
1 Parent(s): c01791a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -54,7 +54,7 @@ ENV HOME=/home/user \
54
  PATH=/home/user/.local/bin:$PATH
55
 
56
  # Copy application code and entrypoint
57
- COPY --chown=user api/docker/entrypoint.sh /entrypoint.sh
58
  RUN chmod +x /entrypoint.sh
59
 
60
  # Set required environment variables
 
54
  PATH=/home/user/.local/bin:$PATH
55
 
56
  # Copy application code and entrypoint
57
+ COPY --chown=user docker/entrypoint.sh /entrypoint.sh
58
  RUN chmod +x /entrypoint.sh
59
 
60
  # Set required environment variables