lfoppiano commited on
Commit
7284a8c
·
verified ·
1 Parent(s): e0ac802

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ RUN chmod 777 /entrypoint.sh
14
  # RUN mkdir -m 777 -p /.cache/uv
15
 
16
  # ENTRYPOINT ["/entrypoint.sh"]
17
- CMD ["exec", "/entrypoint.sh"]
18
  # CMD [".venv/bin/python", "bin/start-prod", "0.0.0.0", "8080"]
 
14
  # RUN mkdir -m 777 -p /.cache/uv
15
 
16
  # ENTRYPOINT ["/entrypoint.sh"]
17
+ CMD /entrypoint.sh
18
  # CMD [".venv/bin/python", "bin/start-prod", "0.0.0.0", "8080"]