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 c0e4155 commit 4b062e9Copy full SHA for 4b062e9
src/fastapi/docker_files.rs
@@ -646,7 +646,7 @@ RUN uv venv -p {python_version}
646
647
COPY pyproject.toml Cargo.toml Cargo.lock README.md LICENSE ./
648
COPY src/ ./src
649
-RUN md {source_dir}
+RUN mkdir {source_dir}
650
651
RUN --mount=type=cache,target=/app/target/ \
652
--mount=type=cache,target=/usr/local/cargo/git/db \
@@ -733,7 +733,7 @@ RUN python{python_version} -m venv .venv
733
734
735
736
737
738
739
0 commit comments