mirror-yaf/Makefile
2023-09-29 20:29:59 +02:00

4 lines
57 B
Makefile

build:
docker build -t yaf .
run:
docker compose up -d