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