FROM microsoft/aspnetcore:1.0.1 WORKDIR /app EXPOSE 80 COPY . /app ENTRYPOINT dotnet Catalog.API.dll