Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lagougou authored Mar 4, 2024
1 parent 24d3d21 commit 8634334
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 @@ -2,4 +2,4 @@ FROM python:3.8
WORKDIR /app
ADD . /app
RUN pip install -r requirements.txt
CMD ["python", "manage.py", "runserver"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

0 comments on commit 8634334

Please sign in to comment.