Skip to content

Commit

Permalink
build(docker): switch to runserver_plus in devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarchd01 committed Aug 14, 2024
1 parent d22db31 commit a3c8e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
depends_on:
- postgres
working_dir: /code/cantusdb_project/django/cantusdb_project
command: [ "python", "manage.py", "runserver", "0:8000" ]
command: [ "python", "manage.py", "runserver_plus", "0:8000" ]

nginx:
build:
Expand Down

0 comments on commit a3c8e0c

Please sign in to comment.