From a36632847222bda4b21220e8d32a43469de8b7f4 Mon Sep 17 00:00:00 2001 From: Roger Versluis Date: Fri, 7 Mar 2025 13:48:14 -0700 Subject: [PATCH] Fixed docker angular build. --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) 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 - Version 2.0.101 + Version 2.0.102 diff --git a/package.json b/package.json index a5bd01f..e036c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.101", + "version": "2.0.102", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index f0e0f01..1997555 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net9.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.101 + 2.0.102 enable enable latest