Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Mar 30, 2022
1 parent 3be6fda commit 490f691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN npm install
COPY . /app

# generate build
RUN ng build --configuration=production --output-path=dist --source-map=false
RUN ng build --prod

############
### prod ###
Expand Down

0 comments on commit 490f691

Please sign in to comment.