Skip to content

Commit

Permalink
Revert docker-compose override
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemellophone committed Jan 19, 2024
1 parent 57e4f01 commit d809c13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
build:
context: .
dockerfile: ./dev/django.Dockerfile
# command: ["./manage.py", "runserver", "0.0.0.0:8000"]
command: ["./manage.py", "runserver", "0.0.0.0:8000"]
# ./manage.py runserver 0.0.0.0:8000 --noreload
entrypoint: ["/bin/bash"]
command: ""
# entrypoint: ["/bin/bash"]
# command: ""
# Log printing via Rich is enhanced by a TTY
tty: true
env_file: ./dev/.env.docker-compose
Expand Down

0 comments on commit d809c13

Please sign in to comment.