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 d5d4397 commit faeeb0cCopy full SHA for faeeb0c
services/rows/dev.Dockerfile
@@ -38,6 +38,8 @@ COPY libs/libapi/poetry.lock ./libs/libapi/poetry.lock
38
COPY libs/libapi/pyproject.toml ./libs/libapi/pyproject.toml
39
COPY libs/libviewer/poetry.lock ./libs/libviewer/poetry.lock
40
COPY libs/libviewer/pyproject.toml ./libs/libviewer/pyproject.toml
41
+COPY libs/libviewer/Cargo.toml ./libs/libviewer/Cargo.toml
42
+COPY libs/libviewer/Cargo.lock ./libs/libviewer/Cargo.lock
43
COPY services/rows/poetry.lock ./services/rows/poetry.lock
44
COPY services/rows/pyproject.toml ./services/rows/pyproject.toml
45
0 commit comments