mirror-yaf/Makefile
2023-10-05 12:06:09 +02:00

4 lines
68 B
Makefile

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