Merge pull request #625 from sushengloong/remove-obsolete-groups

Remove obsolete dependency groups from Dockerfile
This commit is contained in:
Nuno Campos
2024-06-09 18:29:33 -07:00
committed by GitHub
+1 -1
View File
@@ -7,6 +7,6 @@ WORKDIR /app
COPY . .
# Install any needed packages specified in requirements.txt
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test,lint,typing,dev
RUN pip install poetry && poetry config virtualenvs.create false && poetry install --with test
RUN poetry run pytest