Remove ports, tty and stdin_open
This commit is contained in:
parent
02097426ba
commit
b00e0faedc
|
@ -5,10 +5,7 @@ services:
|
|||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 8000:80
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- ./app:/app/app
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: pytest app/test/test_main.py -s
|
Loading…
Reference in New Issue