Skip to content

Commit

Permalink
Copy docs into proper place (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Jul 5, 2023
1 parent 8bfe630 commit fa9fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa9fe31

Please sign in to comment.