chore: rm debug ls call

skip ci
This commit is contained in:
surtur 2020-11-27 18:58:48 +01:00
parent befe7880fc
commit 1cc3df6619
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -11,7 +11,6 @@ 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