Automated commit
This commit is contained in:
parent
b21bdc8973
commit
1cc64c6594
|
|
@ -17,4 +17,4 @@ RUN pip install --no-cache-dir /tmp/druppie-sdk/
|
||||||
COPY app/ ./app/
|
COPY app/ ./app/
|
||||||
COPY --from=frontend /build/dist ./static/
|
COPY --from=frontend /build/dist ./static/
|
||||||
EXPOSE 8000
|
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