9 lines
139 B
YAML
9 lines
139 B
YAML
|
services:
|
||
|
maty-gift:
|
||
|
image: maty-gift
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: docker/Dockerfile
|
||
|
ports:
|
||
|
- "3000:3000"
|