Skip to content

Commit 8527349

Browse files
committed
Fix Dockerfile
1 parent d223852 commit 8527349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY poetry.lock /app/poetry.lock
77

88
WORKDIR /app
99

10-
RUN poetry install --no-dev
10+
RUN poetry install --without dev
1111

1212
COPY . /app
1313

0 commit comments

Comments
 (0)