Skip to content

Commit

Permalink
fix: changed Dockerfile to have double hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmin17 committed Nov 21, 2023
1 parent 879ab32 commit 97e3ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y tmux

COPY . .

CMD ["gunicorn", "haengsha.wsgi:application", "bind", "0.0.0.0:8000"]
CMD ["gunicorn", "haengsha.wsgi:application", "--bind", "0.0.0.0:8000"]

0 comments on commit 97e3ac8

Please sign in to comment.