diff --git a/docker-compose.yml b/docker-compose.yml index 62f7e3e..005a657 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,4 +4,4 @@ services: build: . volumes: - .:/app - command: python3 main.py \ No newline at end of file + command: /bin/bash -c "tail -f /dev/null" \ No newline at end of file