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