minor cleanup

This commit is contained in:
Hamidreza Asaadi 2018-10-29 15:03:30 -04:00
parent e7ef75c19c
commit 2ee9f8a10b

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 && \