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