There was an error while loading. Please reload this page.
1 parent e95709f commit dd26cb7Copy full SHA for dd26cb7
1 file changed
Dockerfile
@@ -26,5 +26,5 @@ COPY --from=builder --chown=app:app /app/.venv /app/.venv
26
# Run the application
27
ENV OPTIMIZER_TIME_LIMIT=25
28
ENV OPTIMIZER_NUM_THREADS=1
29
-ENV GUNICORN_CMD_ARGS="--workers 4 --max-requests 32",
+ENV GUNICORN_CMD_ARGS="--workers 4 --max-requests 32"
30
CMD ["/app/.venv/bin/gunicorn", "--bind", "0.0.0.0:7050", "evopt.app:app"]
0 commit comments