This commit is contained in:
parent
367c20f76e
commit
31fbab0731
2 changed files with 22 additions and 6 deletions
|
|
@ -24,5 +24,9 @@ ENV TZ Europe/Madrid
|
|||
COPY poetry.lock /app
|
||||
COPY pyproject.toml /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN poetry config virtualenvs.create false \
|
||||
&& poetry install --only base
|
||||
&& poetry install --without linters
|
||||
|
||||
FROM base AS linters
|
||||
RUN poetry install --only linters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue