diff --git a/Dockerfile b/Dockerfile index 9225da2..57dd8fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ COPY app/ app/ EXPOSE 8000 +ENV ROOT_PATH=/technical/api CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--root-path", "/technical/api"]