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 6ce3dc0 commit 374530eCopy full SHA for 374530e
src/fastapi/docker_files.rs
@@ -644,7 +644,7 @@ ENV PATH="/root/.local/bin:/root/.cargo/bin:$PATH"
644
# Create virtual environment and download Python
645
RUN uv venv -p {python_version}
646
647
-COPY pyproject.toml Cargo.toml Cargo.lock ./
+COPY pyproject.toml Cargo.toml Cargo.lock README.md LICENSE ./
648
COPY src/ ./src
649
650
RUN --mount=type=cache,target=/app/target/ \
@@ -731,7 +731,7 @@ ENV PATH="/root/.local/bin:/root/.cargo/bin:$PATH"
731
# Create virtual environment
732
RUN python{python_version} -m venv .venv
733
734
735
736
737
0 commit comments