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" ]