aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-21 13:56:51 -0400
committerXe Iaso <me@xeiaso.net>2024-06-21 13:56:51 -0400
commitb2d9350d4373488405f46f5a3d23d041cd88bbab (patch)
tree9a73cd8123177cf6dae13b09f2a2a49035ab51e4 /Earthfile
parentade22021415a543b64ffab3a90f9be356f5afb04 (diff)
downloadxesite-b2d9350d4373488405f46f5a3d23d041cd88bbab.tar.xz
xesite-b2d9350d4373488405f46f5a3d23d041cd88bbab.zip
Earthfile: launch /app/xesite for branding clout
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 7b60444..ebf5c24 100644
--- a/Earthfile
+++ b/Earthfile
@@ -70,7 +70,7 @@ xesite:
RUN apk add -U ca-certificates deno typst
ENV TYPST_FONT_PATHS=/app/fonts
- CMD ["./xesite"]
+ CMD ["/app/xesite"]
LABEL org.opencontainers.image.source="https://github.com/Xe/site"