Fix dockerfile entrypoint

This commit is contained in:
2024-05-26 03:03:51 -05:00
parent 81e03e3013
commit 7ab0c83638

View File

@@ -7,4 +7,4 @@ COPY . .
RUN pip install -r requirements.txt
ENTRYPOINT ["python", "main.py"]
ENTRYPOINT ["python", "/app/main.py"]