ciyidogan commited on
Commit
2d97ce6
·
verified ·
1 Parent(s): 8dd0742

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm cache clean --force && npm install --legacy-peer-deps
14
  COPY flare-ui/ ./
15
 
16
  # Build the Angular app
17
- RUN npm run build
18
 
19
  # Debug: List directories to see where the build output is
20
  RUN ls -la /app/flare-ui/ && ls -la /app/flare-ui/dist/ || true
 
14
  COPY flare-ui/ ./
15
 
16
  # Build the Angular app
17
+ RUN npm run build -- --base-href=/
18
 
19
  # Debug: List directories to see where the build output is
20
  RUN ls -la /app/flare-ui/ && ls -la /app/flare-ui/dist/ || true