maty-vanoce/docker-compose.yml

9 lines
139 B
YAML
Raw Normal View History

2024-12-22 11:43:58 +01:00
services:
maty-gift:
image: maty-gift
build:
context: .
dockerfile: docker/Dockerfile
ports:
- "3000:3000"