From 94dace6dda76355d0fe3717a7db127fdbdfbbb7f Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Tue, 14 Sep 2021 16:54:54 -0400 Subject: [PATCH] :( --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 22d5a33..21ac735 100644 --- a/dockerfile +++ b/dockerfile @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt # copy the content of the local src directory to the working directory COPY main.py . # command to run on container start -CMD [ "python", "./telegramMiddleman.py" ] +CMD [ "python", "./main.py" ]