cleanup repo

This commit is contained in:
Linus Dietz
2023-06-20 12:18:46 +02:00
parent 73ac466992
commit 7e5d09681e
8 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ RUN pip install -r requirements.txt
COPY / .
# command to run on container start
CMD [ "python", "-u", "./main.py" ]
CMD [ "python", "-u", "./src/main.py" ]