fix: rel paths are nicer to kaniko
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2020-11-27 15:22:18 +01:00
parent 63601f7f47
commit 4b58c3f584
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,7 +9,7 @@ RUN dotnet build -c Release
FROM mcr.microsoft.com/dotnet/aspnet:2.1
COPY --from=0 /src/bin/Release/netcoreapp2.1/publish/ App/
COPY --from=0 src/bin/Release/netcoreapp2.1/publish/ App/
WORKDIR /App
ENV ASPNETCORE_ENVIRONMENT=Release
ENTRYPOINT ["dotnet", "pwt-0x01-ng.dll"]