mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 15:21:49 +00:00
ajustando ASP com Flask
This commit is contained in:
@@ -26,4 +26,4 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
EXPOSE 5000
|
||||
|
||||
# Run the application.
|
||||
CMD gunicorn 'app:app' --bind=0.0.0.0:5000
|
||||
CMD gunicorn 'app:app' --bind=0.0.0.0:5000 --timeout 3600
|
||||
|
Reference in New Issue
Block a user