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