chore: rm kaniko-testing remnant call
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-12-02 03:12:26 +01:00
parent e64d137b2a
commit 9d845e246f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,8 +9,6 @@ RUN dotnet build -c Release
FROM mcr.microsoft.com/dotnet/aspnet:2.1
# debug drone
RUN pwd
COPY --from=0 /src/bin/Release/netcoreapp2.1/publish/ App/
WORKDIR /App
ENV ASPNETCORE_ENVIRONMENT=Release