From 67ee9921555c35b02857ead05fa50bdaf94afb52 Mon Sep 17 00:00:00 2001 From: lleans Date: Sun, 21 Apr 2024 07:12:14 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20.Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ea0aa1..9eb2fa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY . /app WORKDIR /app RUN pip3 install -Ur requirements.txt -CMD python3 router.py \ No newline at end of file +ENTRYPOINT [ "python3", "router.py" ] \ No newline at end of file