Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shyanukant committed Oct 4, 2023
1 parent bde139d commit 76f9297
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 @@ -22,4 +22,4 @@ COPY . .
# Start your Django application as usual
EXPOSE 8000

CMD ["venv/bin/gunicorn", "squib.wsgi:application", "--workers=4", "--bind", "0.0.0.0:8000"]
CMD ["gunicorn squib.wsgi:application", "--workers=4", "--bind", "0.0.0.0:8000"]

0 comments on commit 76f9297

Please sign in to comment.