Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 for DEVELOPMENT ***
|
| 20 |
-
RUN npm run build --
|
| 21 |
# Build the Angular app for PRODUCTION ***
|
| 22 |
#RUN npm run build --delete-output-path
|
| 23 |
|
|
|
|
| 17 |
RUN rm -rf .angular/ dist/ node_modules/.cache/
|
| 18 |
|
| 19 |
# Build the Angular app for DEVELOPMENT ***
|
| 20 |
+
RUN npm run build --delete-output-path
|
| 21 |
# Build the Angular app for PRODUCTION ***
|
| 22 |
#RUN npm run build --delete-output-path
|
| 23 |
|