minor cleanup

This commit is contained in:
Hamidreza Asaadi 2018-10-29 15:03:30 -04:00 committed by Hamidreza Asaadi
parent 1c21f40aab
commit b2c090468d

View file

@ -1,5 +1,4 @@
FROM gcr.io/dotnet-debugger/aspnetcore:2.1 as builder
ENV d = 1
WORKDIR /app
COPY . .
RUN dotnet restore && \