mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 09:30:40 +00:00
- Use gunicorn
- Add env variable GUNICORN_WORKERS (default: 1) - new Port (8000) - You don't need to run "flask deploy" by hand anymore
This commit is contained in:
@ -8,7 +8,7 @@ ENV FLASK_APP=nopaque.py
|
||||
ENV LANG=C.UTF-8
|
||||
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
RUN apt-get update \
|
||||
|
Reference in New Issue
Block a user