Severian commited on
Commit
a22d6f7
·
verified ·
1 Parent(s): 336f29d

Update Dockerfile

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