Skip to content

Commit c2318f4

Browse files
fix: --without dev in dockerfile
1 parent 8213b88 commit c2318f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN chown -R 1000:1000 /code/app/
2424
USER 0
2525

2626
FROM base as prod
27-
RUN poetry install --no-dev
27+
RUN poetry install --without dev
2828
WORKDIR /code/src
2929
COPY src /code/src/
3030
COPY app /code/app/

0 commit comments

Comments
 (0)