cjo93 commited on
Commit
1760719
·
verified ·
1 Parent(s): fe78c73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -13,11 +13,6 @@ WORKDIR /app
13
  COPY --from=deps /app/node_modules ./node_modules
14
  COPY . .
15
 
16
- # --- CRITICAL FIX ---
17
- # Remove the legacy Python 'app' folder so Next.js sees 'src/app'
18
- RUN rm -rf app
19
- # --------------------
20
-
21
  ENV NEXT_TELEMETRY_DISABLED 1
22
  RUN npm run build
23
 
 
13
  COPY --from=deps /app/node_modules ./node_modules
14
  COPY . .
15
 
 
 
 
 
 
16
  ENV NEXT_TELEMETRY_DISABLED 1
17
  RUN npm run build
18