Skip to content

Commit

Permalink
dawdwad
Browse files Browse the repository at this point in the history
  • Loading branch information
kipiiler committed Jul 21, 2024
1 parent b91ebbd commit 862cd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN pip install -r requirements.txt

COPY . .

CMD ["gunicorn", "--bind", "0.0.0.0:8000", "server/server.wsgi:application"]
# CMD ["gunicorn", "--bind", "0.0.0.0:8000", "server/server.wsgi:application"]
# CMD ["python3", "server/manage.py", "runserver", "0.0.0.0:8000"]
# CMD ["sleep","3600"]
CMD ["sleep","3600"]

0 comments on commit 862cd50

Please sign in to comment.