reactredux/webapi/docker-compose.yml

9 lines
164 B
YAML

version: '3.4'
services:
weatherforecast:
image: ${DOCKER_REGISTRY-}weatherforecast
build:
context: .
dockerfile: WeatherForecast/Dockerfile