We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c6b0e commit 5e203feCopy full SHA for 5e203fe
1 file changed
docker/Dockerfile.sql_to_arc
@@ -4,7 +4,7 @@ FROM python:3.12.12-alpine3.23 AS package-builder
4
WORKDIR /build
5
6
# Copy project files needed for package build
7
-COPY pyproject.toml uv.lock ./
+COPY pyproject.toml uv.lock README.md LICENSE ./
8
COPY middleware ./middleware
9
10
# Upgrade pip and install uv
@@ -44,7 +44,7 @@ ARG APP_VERSION=0.0.0
44
45
# Bring in the pre-built wheel and project metadata
46
COPY --from=package-builder /build/dist/*.whl /tmp/wheels/
47
48
49
# We still need the source code because uv sync requires all workspace members (e.g., middleware/sql_to_arc)
50
# to be physically present to validate the environment against the lockfile.
0 commit comments