10 lines
158 B
YAML
10 lines
158 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
eshopwebmvc:
|
|
image: ${DOCKER_REGISTRY-}eshopwebmvc
|
|
build:
|
|
context: .
|
|
dockerfile: src/Web/Dockerfile
|
|
|