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.
2 parents 0b90317 + e86a16e commit 44eb76fCopy full SHA for 44eb76f
Containerfile
@@ -13,6 +13,9 @@ COPY README.md ./
13
# Copy application files (needed for editable install)
14
COPY ./src/ ./src/
15
16
+# Configure UV to use the existing virtual environment
17
+ENV UV_PROJECT_ENVIRONMENT=/opt/app-root
18
+
19
# Install dependencies using UV
20
RUN uv sync --no-dev --no-cache
21
# Environment variables (set these when running the container)
0 commit comments