Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|