mirror of
https://github.com/prometheus/prometheus
synced 2026-04-20 22:41:05 +08:00
fix gitpod by using custome dockerfile and accurate npm ui path
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- init:
|
||||
make build
|
||||
@@ -6,7 +7,7 @@ tasks:
|
||||
gp sync-done build
|
||||
./prometheus --config.file=documentation/examples/prometheus.yml
|
||||
- command: |
|
||||
cd web/ui/react-app
|
||||
cd web/ui/
|
||||
gp sync-await build
|
||||
unset BROWSER
|
||||
export DANGEROUSLY_DISABLE_HOST_CHECK=true
|
||||
|
||||
Reference in New Issue
Block a user