Skip to content

Commit

Permalink
fix dockerfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Jul 29, 2023
1 parent 109e131 commit 4015fb2
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 @@ -15,4 +15,4 @@ COPY . .

EXPOSE $PORT

CMD ["gunicorn", "squib.wsgi:application", "--bind", "0.0.0.0:$PORT"]
CMD gunicorn squib.wsgi:application --workers=4 --bind 0.0.0.0:$PORT

0 comments on commit 4015fb2

Please sign in to comment.