This commit is contained in:
Sonny Bakker 2021-04-25 20:26:43 +02:00
parent d89e1bc6d4
commit 8498303006
13 changed files with 90 additions and 19 deletions

View file

@ -5,6 +5,6 @@ RUN pip install poetry
WORKDIR /app
COPY poetry.lock pyproject.toml /app/
RUN poetry config virtualenvs.create false && poetry install --no-interaction
RUN poetry config virtualenvs.create false && poetry install --no-interaction --extras sentry
COPY . /app/