fix gitpod by using custome dockerfile and accurate npm ui path

Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
pull/9347/head
Augustin Husson 2021-09-16 13:19:54 +02:00
parent 160fc41441
commit 722eb4bd64
1 changed files with 3 additions and 2 deletions

View File

@ -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