From 55e77b1ff5bb7ddd6104848cd9062d7aef583d48 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Mon, 20 Feb 2023 20:49:38 -0800 Subject: [PATCH] Add a CMD to Dockerfile --- app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Dockerfile b/app/Dockerfile index c24b976..6aecf26 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -10,3 +10,4 @@ RUN pip3 install -r /requirements.txt ADD main.py /bin RUN chmod +x /bin/main.py +CMD /bin/main.py \ No newline at end of file