Skip to content

Commit dd26cb7

Browse files
committed
misplaced comma
1 parent e95709f commit dd26cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ COPY --from=builder --chown=app:app /app/.venv /app/.venv
2626
# Run the application
2727
ENV OPTIMIZER_TIME_LIMIT=25
2828
ENV OPTIMIZER_NUM_THREADS=1
29-
ENV GUNICORN_CMD_ARGS="--workers 4 --max-requests 32",
29+
ENV GUNICORN_CMD_ARGS="--workers 4 --max-requests 32"
3030
CMD ["/app/.venv/bin/gunicorn", "--bind", "0.0.0.0:7050", "evopt.app:app"]

0 commit comments

Comments
 (0)