Update Dockerfile

See #215 and #207
This commit is contained in:
Michiel Hazelhof 2024-11-05 16:34:38 +01:00
parent b47fe37279
commit 0024836355
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 as build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /bitBetter
COPY . /bitBetter

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 as build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /licenseGen
COPY . /licenseGen