Merge pull request 'master' (#4) from master into renovate/mcr.microsoft.com-dotnet-sdk-9.x
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #4
This commit is contained in:
commit
082c5a0672
6 changed files with 33 additions and 106 deletions
|
@ -8,7 +8,7 @@ RUN dotnet restore
|
|||
|
||||
# Now the code.
|
||||
COPY . .
|
||||
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out
|
||||
RUN dotnet publish --self-contained -r debian.12-x64 -c Release -o out; exit 0
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/runtime:6.0-bookworm-slim AS runtime
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue