Add support for pytest
This commit is contained in:
parent
58237b6984
commit
0b8a9cf1a6
5 changed files with 18 additions and 1 deletions
|
@ -22,6 +22,7 @@ services:
|
|||
- main
|
||||
web:
|
||||
build: .
|
||||
env_file: .env
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue