:(
This commit is contained in:
parent
a1f25f1dda
commit
94dace6dda
@ -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" ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user