Files
nuchat/Justfile

9 lines
103 B
Makefile

run *ARGS: build
docker compose up {{ARGS}}
stop:
docker compose down
build:
docker compose build