Update 'Sources/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Félix MIELCAREK 2 years ago
parent 4140c0ec99
commit af7eeb6810

@ -2,7 +2,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 as build-env
WORKDIR /Sources
COPY Sources/*.csproj .
COPY *.csproj .
RUN dotnet restore
COPY Sources .
RUN dotnet publish -c Release -o /publish

Loading…
Cancel
Save