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 5a3cd05 commit 3f06ca9Copy full SHA for 3f06ca9
services/rows/Dockerfile
@@ -32,6 +32,10 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
32
ENV PATH="/root/.cargo/bin:${PATH}"
33
34
WORKDIR /src
35
+COPY libs/libviewer/poetry.lock ./libs/libviewer/poetry.lock
36
+COPY libs/libviewer/pyproject.toml ./libs/libviewer/pyproject.toml
37
+COPY libs/libviewer/Cargo.toml ./libs/libviewer/Cargo.toml
38
+COPY libs/libviewer/Cargo.lock ./libs/libviewer/Cargo.lock
39
COPY services/rows/poetry.lock ./services/rows/poetry.lock
40
COPY services/rows/pyproject.toml ./services/rows/pyproject.toml
41
COPY libs/libviewer ./libs/libviewer
0 commit comments