tryinng to fix python

This commit is contained in:
herz 2022-03-14 16:31:18 +01:00
parent a5badc2ebb
commit 8624b25e76
2 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ RUN pip install -r requirements.txt
COPY . /app COPY . /app
ENTRYPOINT [ "python3" ] ENTRYPOINT [ "/usr/bin/python3" ]
CMD [ "main.py" ] CMD [ "main.py" ]