linkylinky/docker-compose.yml
2021-08-14 09:56:09 +02:00

7 lines
76 B
YAML

version: '3'
services:
backend:
build: .
ports:
- 3000:3000