Skip to content

Commit ff3510a

Browse files
authored
Update poetry install command (#211)
* Update Dockerfile * Update Dockerfile
1 parent 9a77ca9 commit ff3510a

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
@@ -19,7 +19,7 @@ COPY poetry.lock /source
1919
COPY pyproject.toml /source
2020
RUN pip install -U pip poetry
2121
RUN poetry config virtualenvs.create false
22-
RUN poetry install --no-dev
22+
RUN poetry install --no-root
2323

2424
# Copy files into image
2525
# ---------------------------------------------------------------------- #

0 commit comments

Comments
 (0)