Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM microsoft/aspnetcore:2.0
- ARG source
- WORKDIR /app
- EXPOSE 5000
- COPY ${source:-obj/Docker/publish} .
- ENTRYPOINT ["dotnet", "Microservice.Gateway.dll"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement