Skip to content

Instantly share code, notes, and snippets.

@felipebossolani
Created January 2, 2020 19:17
Show Gist options
  • Save felipebossolani/b09d6ccac815956f20a28a50060a266d to your computer and use it in GitHub Desktop.
Save felipebossolani/b09d6ccac815956f20a28a50060a266d to your computer and use it in GitHub Desktop.
version: "3"
services:
meuportfolio-api:
build: .
ports:
- "5000:5000"
environment:
- ASPNETCORE_URLS=http://*:5000
command: dotnet MeuPortfolio.PortfolioManagement.Api.dll --server.urls http://*:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment