mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
docker-build:
|
|
docker build -t twinproduction/gatus:latest .
|
|
|
|
build-frontend:
|
|
npm --prefix web/app run build
|
|
|
|
run-frontend:
|
|
npm --prefix web/app run serve
|