added makefile for fast up and stop

This commit is contained in:
Antonio Marco da Silva 2026-06-15 19:48:04 -03:00
parent f5d6005eb5
commit 16a19e4c40

5
makefile Normal file
View file

@ -0,0 +1,5 @@
up:
@docker compose -f pwd.yml up -d
stop:
@docker compose stop