From 978a22a537e6749e6d2a6aa2d42da28c9a2d48d7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 10:22:52 +0000 Subject: feat: simple index page --- Earthfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Earthfile') diff --git a/Earthfile b/Earthfile index 568159e..bd8756b 100644 --- a/Earthfile +++ b/Earthfile @@ -10,6 +10,7 @@ docker: COPY +build/erlang-shipment/ /mayu/erlang-shipment/ COPY themes/ /mayu/themes/ + COPY index.html /mayu/ WORKDIR /mayu/ -- cgit v1.2.3