Skip to content

Commit

Permalink
Update Angular sample from v9 to v12 (dotnet#1205)
Browse files Browse the repository at this point in the history
* Remove lock file.

* Update and re-add lock.

* Update to Angular 10.

* Update to Angular 11.

* Update to Angular 12.

* Fixup paths and dependencies.
  • Loading branch information
philliphoff authored Oct 26, 2021
1 parent 40f5d24 commit b2bd437
Show file tree
Hide file tree
Showing 3 changed files with 17,131 additions and 16,128 deletions.
2 changes: 1 addition & 1 deletion samples/apps-with-core-angular/MoviesApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN npm install && npm run build

FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=node /src/dist /usr/share/nginx/html/movies
COPY --from=node /src/dist /usr/share/nginx/html
Loading

0 comments on commit b2bd437

Please sign in to comment.