0.3.13.6
This commit is contained in:
parent
d89e1bc6d4
commit
8498303006
13 changed files with 90 additions and 19 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