ciyidogan commited on
Commit
a17acd2
·
verified ·
1 Parent(s): 2f31a3e

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 for DEVELOPMENT ***
20
- RUN npm run build -- --configuration=development --delete-output-path
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