Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Dec 30, 2023
1 parent da7dcba commit 6b2e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ENV FLASK_APP=bereal.server

EXPOSE 5000

CMD ["gunicorn", "-k", "gevent", "-w", "4", "-t" "600", "bereal.server:app"]
CMD ["gunicorn", "-k", "gevent", "-w", "4", "-t", "600", "bereal.server:app"]

0 comments on commit 6b2e3bf

Please sign in to comment.