diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 13:56:51 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-06-21 13:56:51 -0400 |
| commit | b2d9350d4373488405f46f5a3d23d041cd88bbab (patch) | |
| tree | 9a73cd8123177cf6dae13b09f2a2a49035ab51e4 /Earthfile | |
| parent | ade22021415a543b64ffab3a90f9be356f5afb04 (diff) | |
| download | xesite-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-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
