From e860ab7ae16c2f73ef3c7ed66d34d6e491288f46 Mon Sep 17 00:00:00 2001 From: Shubh Agarwal Date: Fri, 21 Apr 2023 13:10:54 -0400 Subject: [PATCH] changed cmd dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a70004c..a380afc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM python:3.10.8 COPY . . RUN pip install -r requirements.txt -CMD [ "python3", "src/main.py"] \ No newline at end of file +CMD [ "python3 -m", "src.daemon"] \ No newline at end of file