diff options
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/ |