diff --git a/CHANGELOG.md b/CHANGELOG.md index c0179be..7950585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.102] - 2025-03-07 +### Changed +- Fixed Angular build for Docker. + ## [2.0.101] - 2025-03-07 ### Changed - Fixed Angular build (again). diff --git a/Dockerfile b/Dockerfile index 98d7722..0449b88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ ENV PATH "$PATH:/usr/share/dotnet" # Copy files for app WORKDIR /app COPY --from=dotnet-build-env /appserver/server/out . -COPY --from=node-build-env /appclient/client/out ./wwwroot +COPY --from=node-build-env /appclient/client/out/browser ./wwwroot COPY --from=node-build-env /appclient/root/ / # ports and volumes diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index d448e4e..7a3ee62 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout