Skip to content

Commit faeeb0c

Browse files
committed
chore: add cargo files to the rows dev docker image
1 parent d5d4397 commit faeeb0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/rows/dev.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ COPY libs/libapi/poetry.lock ./libs/libapi/poetry.lock
3838
COPY libs/libapi/pyproject.toml ./libs/libapi/pyproject.toml
3939
COPY libs/libviewer/poetry.lock ./libs/libviewer/poetry.lock
4040
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
4143
COPY services/rows/poetry.lock ./services/rows/poetry.lock
4244
COPY services/rows/pyproject.toml ./services/rows/pyproject.toml
4345

0 commit comments

Comments
 (0)