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.
--no-dev
--only main
1 parent ab8a48b commit 3053dc1Copy full SHA for 3053dc1
docker/Dockerfile
@@ -17,7 +17,7 @@ WORKDIR app
17
COPY pyproject.toml /app/
18
COPY poetry.lock /app/
19
RUN poetry install --no-root \
20
- $(if [ "$ENVIRONMENT" = 'production' ]; then echo '--no-dev'; fi) \
+ $(if [ "$ENVIRONMENT" = 'production' ]; then echo '--only main'; fi) \
21
--no-interaction --no-ansi
22
23
FROM builder AS app
0 commit comments