mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
some fix
This commit is contained in:
parent
43ec499b8a
commit
6f8be9d617
@ -16,8 +16,3 @@ RUN python minify.py
|
|||||||
|
|
||||||
ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
|
ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
|
||||||
RUN chmod a+x /usr/local/bin/docker_entrypoint.sh
|
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"]
|
|
Loading…
Reference in New Issue
Block a user