diff --git a/Dockerfile b/Dockerfile index c42dd9e..b3f339d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY api/ api/ EXPOSE 8000 -CMD ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["uvicorn", "api.main:app", "--host", "0.0.0.0", "--port", "8000", "--root-path", "/python-common-app"] \ No newline at end of file