Update Dockerfile

Fixed a issue with the DOCKERFILE not allowing building
This commit is contained in:
Aidan 2024-11-04 19:29:52 +02:00 committed by GitHub
parent bfc821e918
commit 3c7f617c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 WORKDIR /licenseGen