maty-vanoce/docker-compose.yml

8 lines
139 B
YAML

services:
maty-gift:
image: maty-gift
build:
context: .
dockerfile: docker/Dockerfile
ports:
- "3000:3000"