📈 Added optional sentry

This commit is contained in:
Mawoka
2022-03-11 15:59:59 +01:00
parent 679f4c6283
commit 8aa6c9190d
4 changed files with 110 additions and 25 deletions
+1
View File
@@ -5,6 +5,7 @@ FROM node:16 as builder
# ENV API_URL=http://api:80
ENV API_URL=https://mawoka.eu
ENV REDIS_URL=$REDIS
ENV VITE_SENTRY=https://4981de1f72f24fd7b5e21b8913b93a02@o661934.ingest.sentry.io/6254641
# change working directory
WORKDIR /usr/src/app