This commit is contained in:
Sean Corrigan 2021-09-14 16:54:54 -04:00
parent a1f25f1dda
commit 94dace6dda

View File

@ -7,4 +7,4 @@ RUN pip install -r requirements.txt
# copy the content of the local src directory to the working directory # copy the content of the local src directory to the working directory
COPY main.py . COPY main.py .
# command to run on container start # command to run on container start
CMD [ "python", "./telegramMiddleman.py" ] CMD [ "python", "./main.py" ]