From fa9fe3177e1137b0448d561b8a4b5ef1ea548adb Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 5 Jul 2023 11:42:44 +0200 Subject: [PATCH] Copy docs into proper place (#75) --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index d29e7e1a..c2a9f9df 100644 --- a/Earthfile +++ b/Earthfile @@ -43,7 +43,7 @@ build-kairos-agent: RUN apk add upx COPY . . COPY +webui-deps/node_modules ./internal/webui/public/node_modules - COPY github.com/kairos-io/kairos-docs:main+docs/public ./internal/webui/public + COPY github.com/kairos-io/kairos-docs:main+docs/public ./internal/webui/public/local COPY +version/VERSION ./ COPY +version/COMMIT ./ ARG VERSION=$(cat VERSION)