fixed docker

This commit is contained in:
herz 2022-03-15 08:55:59 +00:00
parent 8624b25e76
commit c1a488c6cf
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ COPY . /app
ENTRYPOINT [ "/usr/bin/python3" ] ENTRYPOINT [ "/usr/bin/python3" ]
CMD [ "main.py" ] CMD [ "app/main.py" ]