🐛 Fixing dockerfile

This commit is contained in:
Maxime Lalo 2023-12-21 11:44:03 +01:00
parent a3e3c6528a
commit b3489ba4a6

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