Fixed docker file.
This commit is contained in:
parent
fcbc0b0b35
commit
e262e527dc
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.0.107] - 2025-04-13
|
||||||
|
### Fixed
|
||||||
|
- Fixed Docker release versioning.
|
||||||
|
|
||||||
## [2.0.106] - 2025-04-13
|
## [2.0.106] - 2025-04-13
|
||||||
### Fixed
|
### Fixed
|
||||||
- Changed how the GitHub release is created and how the changelog is generated.
|
- 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 ****" && \
|
echo "**** Building Source Code for $TARGETPLATFORM on $BUILDPLATFORM ****" && \
|
||||||
cd server && \
|
cd server && \
|
||||||
dotnet restore --no-cache RdtClient.sln && \
|
dotnet restore --no-cache RdtClient.sln && \
|
||||||
dotnet test \
|
dotnet test && \
|
||||||
dotnet publish --no-restore -c Release -o out ;
|
dotnet publish --no-restore -c Release -o out ;
|
||||||
|
|
||||||
# Stage 3 - Build runtime image
|
# Stage 3 - Build runtime image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue