There was an error while loading. Please reload this page.
1 parent e058705 commit 4f24733Copy full SHA for 4f24733
1 file changed
backend/Dockerfile
@@ -13,7 +13,7 @@ COPY . app
13
WORKDIR /app
14
15
RUN pip install poetry
16
-RUN poetry install --with pg
+RUN poetry install --extras pg
17
18
USER 1001
19
0 commit comments