revert: kaniko don't give a **** about relpaths
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2020-11-27 17:11:08 +01:00
parent a581457326
commit 11a9ab07ab
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -12,7 +12,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:2.1
# debug drone
RUN pwd
RUN ls -lah
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"]