Update Dockerfile (#217)

See #215 and #207
This commit is contained in:
Michiel Hazelhof
2024-11-24 19:05:26 +01:00
committed by GitHub
parent b47fe37279
commit b6d2c9244c
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