Merge branch 'feature/sentry' into staging

This commit is contained in:
Maxime Lalo 2023-12-21 11:44:37 +01:00
commit 747716505a

View File

@ -24,6 +24,9 @@ COPY --from=deps leCoffre-front/package.json package.json
COPY tsconfig.json tsconfig.json
COPY next.config.js next.config.js
COPY src src
COPY sentry.client.config.ts sentry.client.config.ts
COPY sentry.edge.config.ts sentry.edge.config.ts
COPY sentry.server.config.ts sentry.server.config.ts
RUN npm run build