Create Makefile

This commit is contained in:
TwinProduction 2021-01-25 20:56:02 -05:00
parent 752c872d3b
commit 911d809376

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
docker-build:
docker build -t twinproduction/gatus:latest .
build-frontend:
npm --prefix web/app run build
run-frontend:
npm --prefix web/app run serve