diff --git a/Dockerfile b/Dockerfile index 5a440e8..ad5cb9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ ENV PATH=/venv/bin:$PATH # change this entrypoint if it is not the same as the repo ENTRYPOINT ["python"] -CMD ["/src/bimorph-mirror-analysis/app.py"] +CMD ["./src/bimorph-mirror-analysis/app.py"]