diff options
| author | Fuwn <[email protected]> | 2024-06-12 10:22:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 10:22:52 +0000 |
| commit | 978a22a537e6749e6d2a6aa2d42da28c9a2d48d7 (patch) | |
| tree | a56ef938f869721e1e5fb43b6d8b12abd2bc15fc /Earthfile | |
| parent | docs(readme): development information (diff) | |
| download | mayu-978a22a537e6749e6d2a6aa2d42da28c9a2d48d7.tar.xz mayu-978a22a537e6749e6d2a6aa2d42da28c9a2d48d7.zip | |
feat: simple index page
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ docker: COPY +build/erlang-shipment/ /mayu/erlang-shipment/ COPY themes/ /mayu/themes/ + COPY index.html /mayu/ WORKDIR /mayu/ |