mirror of
https://github.com/TwiN/gatus.git
synced 2025-02-17 18:51:15 +01:00
Add docker-build-and-run
This commit is contained in:
parent
6f6db36b0f
commit
8b4c5c20f3
3
Makefile
3
Makefile
@ -1,6 +1,9 @@
|
|||||||
docker-build:
|
docker-build:
|
||||||
docker build -t twinproduction/gatus:latest .
|
docker build -t twinproduction/gatus:latest .
|
||||||
|
|
||||||
|
docker-build-and-run:
|
||||||
|
docker build -t twinproduction/gatus:latest . && docker run -p 8080:8080 --name gatus twinproduction/gatus:latest
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
npm --prefix web/app run build
|
npm --prefix web/app run build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user