From f0445d8ee9cdc34edf949eca3f176e6d38698c50 Mon Sep 17 00:00:00 2001 From: kieran Date: Thu, 2 May 2024 10:44:01 +0100 Subject: [PATCH] Copy config --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8cd414b..249fb8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ FROM $IMAGE as runner WORKDIR /app COPY --from=build /app/build . COPY --from=build /app/src/ui ui +COPY --from=build /app/src/config.toml . ENTRYPOINT ["/app/bin/void_cat"] \ No newline at end of file