Update readme, add makefile operations

This commit is contained in:
MathieuHa
2022-10-03 00:10:31 +02:00
parent 54183fbc97
commit 18e4d42e8e
2 changed files with 17 additions and 1 deletions
+10 -1
View File
@@ -17,4 +17,13 @@ vendor:
go mod vendor
clean:
rm -rf ./vendor
rm -rf ./vendor
run_dev:
docker-compose -f docker-compose.dev.yml up -d --remove-orphans
run_local:
docker-compose -f docker-compose.local.yml up -d --remove-orphans
run:
docker-compose -f docker-compose.yml up -d --remove-orphans