Skip to content

Commit 60681e7

Browse files
committed
removed workers and bind from CMD in Dockerfile
1 parent 0aa48bc commit 60681e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ ENV FLASK_APP=app/wsgi.py
3232
EXPOSE 5000
3333

3434
# Start Gunicorn server
35-
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app.wsgi:app", "--workers", "2"]
35+
CMD ["gunicorn", "app.wsgi:app"]

0 commit comments

Comments
 (0)