From e23c97774a386f26a0e42e7aebfd3390564e7ee5 Mon Sep 17 00:00:00 2001 From: joey0629 Date: Thu, 29 Feb 2024 20:18:14 +0800 Subject: [PATCH] docker-compose.yml update --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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