diff --git a/makefile b/makefile new file mode 100644 index 00000000..08102424 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +up: + @docker compose -f pwd.yml up -d + +stop: + @docker compose stop