Skip to content

Commit

Permalink
Hotfix: Change cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
saeyeonn committed May 28, 2024
1 parent 6a383fb commit bb8780e
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 @@ -20,5 +20,5 @@ COPY . .
EXPOSE 80

# Command to run on container start
CMD gunicorn --bind 0.0.0.0:8000 pure_plate.wsgi:application
# CMD gunicorn --bind 0.0.0.0:8000 pure_plate.wsgi:application

0 comments on commit bb8780e

Please sign in to comment.