Automated commit
This commit is contained in:
parent
3f485d5bd2
commit
fe2367dd50
|
|
@ -17,4 +17,4 @@ RUN pip install --no-cache-dir /tmp/druppie-sdk/
|
|||
COPY app/ ./app/
|
||||
COPY --from=frontend /build/dist ./static/
|
||||
EXPOSE 8000
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "300", "--preload", "app:create_app()"]
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "300", "app:create_app()"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue