We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b6e2e commit d0e175bCopy full SHA for d0e175b
Dockerfile
@@ -15,7 +15,7 @@ COPY . .
15
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
16
RUN pip3 install poetry
17
RUN poetry config virtualenvs.create false
18
-RUN poetry install --no-dev
+RUN poetry install
19
20
COPY --from=builder /app/dist /app/dist
21
0 commit comments