ciyidogan commited on
Commit
3e18c77
·
verified ·
1 Parent(s): bf084d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY flare-ui/ ./
17
  RUN rm -rf .angular/ dist/ node_modules/.cache/
18
 
19
  # Build the Angular app
20
- RUN npm run build
21
 
22
  # Debug: List directories to see where the build output is
23
  RUN ls -la /app/flare-ui/ && ls -la /app/flare-ui/dist/ || true
 
17
  RUN rm -rf .angular/ dist/ node_modules/.cache/
18
 
19
  # Build the Angular app
20
+ RUN npm run build -- --configuration=development
21
 
22
  # Debug: List directories to see where the build output is
23
  RUN ls -la /app/flare-ui/ && ls -la /app/flare-ui/dist/ || true