mirror-yaf/Makefile

5 lines
67 B
Makefile
Raw Normal View History

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