frappe_docker/makefile
2026-06-15 19:48:04 -03:00

5 lines
67 B
Makefile

up:
@docker compose -f pwd.yml up -d
stop:
@docker compose stop