Use proper file extension

This commit is contained in:
Michiel Hazelhof
2025-08-12 17:06:19 +02:00
parent 6fbcf13b7f
commit 99148f6faf
7 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /bitBetter
COPY . /bitBetter
COPY cert.cert /app/
COPY cert.cer /app/
RUN dotnet restore
RUN dotnet publish -c Release -o /app --no-restore