Fixed docker file.
This commit is contained in:
parent
fcbc0b0b35
commit
b1d40e6891
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue