7 lines
131 B
YAML
7 lines
131 B
YAML
services:
|
|
webzine.webapplication:
|
|
image: webzine.webapplication
|
|
build:
|
|
context: .
|
|
ports:
|
|
- "8080:8080" |