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
@ -15,9 +15,4 @@ RUN python setup.py
|
||||
RUN python minify.py
|
||||
|
||||
ADD ./docker_entrypoint.sh /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"]
|
||||
RUN chmod a+x /usr/local/bin/docker_entrypoint.sh
|
Loading…
Reference in New Issue
Block a user