ajustando ASP com Flask

This commit is contained in:
2023-09-24 10:56:01 -03:00
parent 125b456743
commit f0fa227035
10 changed files with 80 additions and 93 deletions

View File

@@ -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