FROM microsoft/aspnetcore:latest WORKDIR /app EXPOSE 80 ADD . /app ENTRYPOINT dotnet Catalog.API.dll