Skip to content

Commit 4b062e9

Browse files
committed
Fix command
1 parent c0e4155 commit 4b062e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fastapi/docker_files.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ RUN uv venv -p {python_version}
646646
647647
COPY pyproject.toml Cargo.toml Cargo.lock README.md LICENSE ./
648648
COPY src/ ./src
649-
RUN md {source_dir}
649+
RUN mkdir {source_dir}
650650
651651
RUN --mount=type=cache,target=/app/target/ \
652652
--mount=type=cache,target=/usr/local/cargo/git/db \
@@ -733,7 +733,7 @@ RUN python{python_version} -m venv .venv
733733
734734
COPY pyproject.toml Cargo.toml Cargo.lock README.md LICENSE ./
735735
COPY src/ ./src
736-
RUN md {source_dir}
736+
RUN mkdir {source_dir}
737737
738738
RUN --mount=type=cache,target=/app/target/ \
739739
--mount=type=cache,target=/usr/local/cargo/git/db \

0 commit comments

Comments
 (0)