Skip to content

Commit cc929b7

Browse files
Fix dockerfile
1 parent 9e5654e commit cc929b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG UV_VERSION=0.7.4
1212

1313
# Install uv using the official image
1414
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
15-
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
15+
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/{% if docker %}
1616

1717
# The build stage installs the context into the venv
1818
FROM developer AS build

0 commit comments

Comments
 (0)