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