Fixed docker file.
Some checks failed
Release Docker Image / build (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
dotnet test / build (push) Has been cancelled

This commit is contained in:
Roger Far 2025-04-13 10:56:42 -06:00
parent fcbc0b0b35
commit b1d40e6891
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.107] - 2025-04-13
### Fixed
- Fixed Docker release versioning.
## [2.0.106] - 2025-04-13
### Fixed
- Changed how the GitHub release is created and how the changelog is generated.

View file

@ -35,7 +35,7 @@ RUN \
echo "**** Building Source Code for $TARGETPLATFORM on $BUILDPLATFORM ****" && \
cd server && \
dotnet restore --no-cache RdtClient.sln && \
dotnet test \
dotnet test && \
dotnet publish --no-restore -c Release -o out ;
# Stage 3 - Build runtime image