Skip to content

Commit a7f3aa6

Browse files
committed
ee
1 parent b286898 commit a7f3aa6

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

frontend/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ COPY . .
2424

2525
RUN corepack enable pnpm && pnpm run build
2626

27-
RUN cp .next/cache/fetch-cache/ .next/standalone/.next/cache/fetch-cache/
28-
2927
FROM base AS runner
3028
WORKDIR /app
3129

frontend/next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ module.exports = withSentryConfig({
2727
? require.resolve("./cache-handler.mjs")
2828
: undefined,
2929
cacheMaxMemorySize: 0,
30-
experimental: {
31-
instrumentationHook: true,
32-
},
3330
async headers() {
3431
return [
3532
{

frontend/src/instrumentation.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)