add makefile

This commit is contained in:
Daylin Morgan 2022-08-15 05:16:15 +00:00
parent f1b714bc89
commit a443f5d32b
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: lint
lint:
black *.py
prettier -w ./soft-serve.config.json
.PHONY: update-soft-serve
update-soft-serve:
sudo ./update-soft-serve-repos.py
docker compose restart soft-serve