Skip to content

Commit 4f24733

Browse files
authored
Install pg for radix image
* Add radix secret * Install pg for radix image
1 parent e058705 commit 4f24733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . app
1313
WORKDIR /app
1414

1515
RUN pip install poetry
16-
RUN poetry install --with pg
16+
RUN poetry install --extras pg
1717

1818
USER 1001
1919

0 commit comments

Comments
 (0)