diff --git a/Dockerfile b/Dockerfile index a088dae..537ef85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY . . RUN pip install -r requirements.txt -ENTRYPOINT ["python", "main.py"] \ No newline at end of file +ENTRYPOINT ["python", "/app/main.py"] \ No newline at end of file