10 lines
191 B
YAML
10 lines
191 B
YAML
services:
|
|
webapp:
|
|
container_name: band
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "5006:5001"
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Production |