mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
added makefile for fast up and stop
This commit is contained in:
parent
f5d6005eb5
commit
16a19e4c40
1 changed files with 5 additions and 0 deletions
5
makefile
Normal file
5
makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
up:
|
||||
@docker compose -f pwd.yml up -d
|
||||
|
||||
stop:
|
||||
@docker compose stop
|
||||
Loading…
Reference in a new issue