Use sentry in all environments
It still is optional though
This commit is contained in:
parent
db5780f9f1
commit
fee2a4f17b
8 changed files with 77 additions and 13 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue