We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b286898 commit a7f3aa6Copy full SHA for a7f3aa6
frontend/Dockerfile
@@ -24,8 +24,6 @@ COPY . .
24
25
RUN corepack enable pnpm && pnpm run build
26
27
-RUN cp .next/cache/fetch-cache/ .next/standalone/.next/cache/fetch-cache/
28
-
29
FROM base AS runner
30
WORKDIR /app
31
frontend/next.config.js
@@ -27,9 +27,6 @@ module.exports = withSentryConfig({
? require.resolve("./cache-handler.mjs")
: undefined,
cacheMaxMemorySize: 0,
- experimental: {
- instrumentationHook: true,
32
- },
33
async headers() {
34
return [
35
{
frontend/src/instrumentation.ts
0 commit comments