Skip to content

Commit 7a6548c

Browse files
feat: add sentry server config (#1126)
It follows [sentry recommended setup](https://docs.sentry.io/platforms/javascript/guides/nuxt/#run-in-production-mode-recommended).
1 parent 78d065b commit 7a6548c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ COPY .output/ .output/
88
ENV NODE_ENV=production
99

1010
EXPOSE 3000
11-
CMD [ "node", ".output/server/index.mjs" ]
11+
CMD [ "node", "--import", "./.output/server/sentry.server.config.mjs", ".output/server/index.mjs" ]

0 commit comments

Comments
 (0)