From: Ruben Beltran del Rio Date: Mon, 28 Aug 2023 18:47:58 +0000 (+0200) Subject: Add command for the server X-Git-Url: https://git.r.bdr.sh/rbdr/junction/commitdiff_plain/90de3cbb942653f472bc663fc11749117b1f8873?ds=sidebyside;hp=baea04f1f4a2070832b85c6b1b61824297493cb7 Add command for the server --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d65039b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +default: preview + +build: docker-build + +start: + docker-compose up + +docker-build: + docker-compose build