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:
Augustin Husson 2021-09-16 13:19:54 +02:00
parent 160fc41441
commit 722eb4bd64

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