use config to start gunicorn
This commit is contained in:
@@ -10,5 +10,6 @@ COPY static /code/static
|
||||
COPY templates /code/templates
|
||||
COPY revprox.py /code/revprox.py
|
||||
COPY app.py /code/app.py
|
||||
COPY start_app.py /code/start_app.py
|
||||
WORKDIR /code
|
||||
CMD gunicorn -b 0.0.0.0:80 --timeout 3600 -w 6 app:app
|
||||
CMD python3 start_app.py
|
||||
|
||||
Reference in New Issue
Block a user