From c27b7edfaf8f9d3e2c7d28936abcd4f8bceaa842 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Mon, 31 Jul 2023 11:58:04 +0100 Subject: [PATCH] Copy over dhall in Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 37a87f0..637159e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,6 @@ COPY litefs.yml /etc COPY --from=flyio/litefs:0.5 /usr/local/bin/litefs /usr/local/bin/litefs COPY --from=builder /usr/src/app/posts/ /app/posts/ COPY --from=builder /usr/src/app/assets/ /app/assets/ +COPY --from=builder /usr/src/app/dhall/ /app/dhall ENTRYPOINT litefs mount \ No newline at end of file