7 lines
106 B
YAML
7 lines
106 B
YAML
services:
|
|
dotnet:
|
|
build: ./dotnet
|
|
environment:
|
|
- PORT=5000
|
|
ports:
|
|
- "5000:5000"
|