We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d223852 commit 8527349Copy full SHA for 8527349
docker/Dockerfile
@@ -7,7 +7,7 @@ COPY poetry.lock /app/poetry.lock
7
8
WORKDIR /app
9
10
-RUN poetry install --no-dev
+RUN poetry install --without dev
11
12
COPY . /app
13
0 commit comments