mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Add docker-build-and-run
This commit is contained in:
parent
6f6db36b0f
commit
8b4c5c20f3
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
|||
docker-build:
|
||||
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:
|
||||
npm --prefix web/app run build
|
||||
|
||||
|
|
Loading…
Reference in a new issue