Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kipiiler committed Jul 21, 2024
1 parent 5245bc9 commit b91ebbd
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.wsgi:application"]
CMD ["python3", "server/manage.py", "runserver", "0.0.0.0:8000"]
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"]

0 comments on commit b91ebbd

Please sign in to comment.