We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd15c7 commit 8f3ac8cCopy full SHA for 8f3ac8c
Dockerfile
@@ -14,4 +14,4 @@ ENV PYTHONUNBUFFERED=1
14
15
RUN uv sync --no-dev --locked
16
17
-CMD ["uv", "run", "--locked", "python", "-m", "stac_auth_proxy"]
+CMD ["uv", "run", "--locked", "--no-dev", "python", "-m", "stac_auth_proxy"]
0 commit comments