gatus/Makefile

8 lines
156 B
Makefile
Raw Normal View History

2021-01-26 02:56:02 +01:00
docker-build:
docker build -t twinproduction/gatus:latest .
build-frontend:
npm --prefix web/app run build
run-frontend:
npm --prefix web/app run serve