feat: add makefile

This commit is contained in:
Glenn Y. Rolland 2024-07-20 16:47:39 +02:00
parent 8c88f074e0
commit 9774108d79

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
all:
build:
docker-compose build
run:
docker-compose up -d