9 lines
154 B
YAML
9 lines
154 B
YAML
|
version: '3.0'
|
||
|
|
||
|
services:
|
||
|
testwebapplication:
|
||
|
image: testwebapplication
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: testwebapplication/Dockerfile
|