Fixed build after gitea update

This commit is contained in:
2024-07-08 23:13:05 +02:00
parent 526c82096c
commit 5bf6e6bc3c
2 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ FROM gcr.io/distroless/cc-debian12:nonroot
ENV AUTOMATION_CONFIG=/app/config.lua
COPY ./config.lua /app/config.lua
COPY ./build/automation /app/automation
COPY ./automation /app/automation
CMD ["/app/automation"]