Remove ports, tty and stdin_open

This commit is contained in:
Jimmy 2022-01-16 07:10:06 +00:00
parent 02097426ba
commit b00e0faedc
1 changed files with 1 additions and 4 deletions

View File

@ -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