From 74161d909e782c8db6dea7bc5472ea04d8703cce Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Nov 2023 23:13:10 +0100 Subject: [PATCH] Fixed build to use yml file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1c35a17..8f3c802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,8 @@ FROM gcr.io/distroless/cc-debian12:latest COPY --from=build /etc/passwd /etc/passwd COPY --from=build /etc/group /etc/group -ENV AUTOMATION_CONFIG=/app/config.toml -COPY config/config.toml /app/config.toml +ENV AUTOMATION_CONFIG=/app/config.yml +COPY config/config.yml /app/config.yml WORKDIR /app COPY --from=build /app/target/x86_64-unknown-linux-gnu/release/automation ./