Skip to content

Commit ea081b9

Browse files
committed
fixes missing dependency
1 parent b0ff1ae commit ea081b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/postgres-database/requirements/prod.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
--requirement _base.txt
99
--requirement _migration.txt
1010

11+
simcore-common-library @ ../common-library/
1112
simcore-postgres-database @ .

services/migration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ WORKDIR /build/packages/postgres-database
6262

6363
# install only base 3rd party dependencies
6464
RUN \
65-
--mount=type=bind,source=packages/postgres-database,target=/build/packages/postgres-database,rw \
65+
--mount=type=bind,source=packages,target=/build/packages,rw \
6666
--mount=type=cache,target=/root/.cache/uv \
6767
uv pip install \
6868
--requirement requirements/prod.txt \

0 commit comments

Comments
 (0)