added sentry to Dockerfile
This commit is contained in:
parent
587c76a3df
commit
b5eafda38f
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ RUN --mount=type=cache,target=/pip-cache \
|
||||||
-r requirements/postgres.txt \
|
-r requirements/postgres.txt \
|
||||||
-r requirements/redis.txt \
|
-r requirements/redis.txt \
|
||||||
-r requirements/rsvg.txt \
|
-r requirements/rsvg.txt \
|
||||||
|
-r requirements/sentry.txt \
|
||||||
-r requirements/server-asgi.txt && \
|
-r requirements/server-asgi.txt && \
|
||||||
pip install --cache-dir /pip-cache uwsgi
|
pip install --cache-dir /pip-cache uwsgi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue