Created
January 2, 2020 19:17
-
-
Save felipebossolani/b09d6ccac815956f20a28a50060a266d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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