Skip to content

Commit 8f3ac8c

Browse files
committed
chore: avoid installing dev requirements on docker run
1 parent 9cd15c7 commit 8f3ac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ENV PYTHONUNBUFFERED=1
1414

1515
RUN uv sync --no-dev --locked
1616

17-
CMD ["uv", "run", "--locked", "python", "-m", "stac_auth_proxy"]
17+
CMD ["uv", "run", "--locked", "--no-dev", "python", "-m", "stac_auth_proxy"]

0 commit comments

Comments
 (0)