mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
update entrypoint.sh
This commit is contained in:
parent
e8ec109cd7
commit
2ed41ab4ca
@ -19,5 +19,3 @@ RUN chmod a+x /usr/local/bin/docker_entrypoint.sh
|
||||
|
||||
ENV FLASK_ENV=production
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "App:app"]
|
@ -2,4 +2,4 @@
|
||||
|
||||
printf "\n\n [i] Starting DeepSea dashboard ...\n\n"
|
||||
|
||||
exec python3 App.py
|
||||
exec gunicorn -b 0.0.0.0:5000 App:app
|
||||
|
Loading…
Reference in New Issue
Block a user