Files
eShopOnWeb/docker-compose.yml
2019-09-11 23:35:13 -04:00

10 lines
158 B
YAML

version: '3.4'
services:
eshopwebmvc:
image: ${DOCKER_REGISTRY-}eshopwebmvc
build:
context: .
dockerfile: src/Web/Dockerfile