Browse Source

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 3 years ago
parent
commit
722eb4bd64
  1. 5
      .gitpod.yml

5
.gitpod.yml

@ -1,4 +1,5 @@
--- image:
file: .gitpod.Dockerfile
tasks: tasks:
- init: - init:
make build make build
@ -6,7 +7,7 @@ tasks:
gp sync-done build gp sync-done build
./prometheus --config.file=documentation/examples/prometheus.yml ./prometheus --config.file=documentation/examples/prometheus.yml
- command: | - command: |
cd web/ui/react-app cd web/ui/
gp sync-await build gp sync-await build
unset BROWSER unset BROWSER
export DANGEROUSLY_DISABLE_HOST_CHECK=true export DANGEROUSLY_DISABLE_HOST_CHECK=true

Loading…
Cancel
Save