Files
nuchat/Justfile.bak
Fergus Molloy e2c7faba5a
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
remove separate ui service, serve ui with backend
2025-07-18 01:54:59 +01:00

9 lines
103 B
Makefile

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