debug: see where we are
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2020-11-27 16:23:28 +01:00
parent 1ef9a6831f
commit a581457326
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -9,6 +9,9 @@ RUN dotnet build -c Release
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/
WORKDIR /App
ENV ASPNETCORE_ENVIRONMENT=Release