Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 14, 2024
1 parent 619c7e9 commit 85a02bd
Show file tree
Hide file tree
Showing 3 changed files with 6,147 additions and 6,497 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /ng-app
COPY . .

## Build the angular app in production mode and store the artifacts in dist folder
RUN $(npm bin)/ng build --configuration=custom
RUN $(npm bin)/ng build --configuration=custom

### STAGE 2: Setup ###
FROM nginx:1.26.1-alpine
Expand Down
Loading

0 comments on commit 85a02bd

Please sign in to comment.