Remove ports, tty and stdin_open
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user