Skip to content

Commit d0e175b

Browse files
committed
chore: remove --no-dev
1 parent 75b6e2e commit d0e175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY . .
1515
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
1616
RUN pip3 install poetry
1717
RUN poetry config virtualenvs.create false
18-
RUN poetry install --no-dev
18+
RUN poetry install
1919

2020
COPY --from=builder /app/dist /app/dist
2121

0 commit comments

Comments
 (0)