f716bfb382
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
8 lines
102 B
YAML
8 lines
102 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: app
|
|
target: builder
|
|
ports:
|
|
- '8000:8000'
|