Skip to content

Commit

Permalink
Modify django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkm2ngyu00 committed Aug 17, 2024
1 parent a812b49 commit eba6645
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 @@ -16,4 +16,4 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
COPY . /app/

# Run the application
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
CMD ["python", "manage.py", "runserver"]

0 comments on commit eba6645

Please sign in to comment.