From 722eb4bd640f150685c73232bb6320fae407cec2 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Thu, 16 Sep 2021 13:19:54 +0200 Subject: [PATCH] fix gitpod by using custome dockerfile and accurate npm ui path Signed-off-by: Augustin Husson --- .gitpod.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6dbc6c206..bb38f6d2c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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