Copy config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kieran 2024-05-02 10:44:01 +01:00
parent f4e01ed530
commit f0445d8ee9
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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"]