Moved last config items to lua + small cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM gcr.io/distroless/cc-debian12:nonroot
|
||||
|
||||
ENV AUTOMATION_CONFIG=/app/config.yml
|
||||
COPY ./config/config.yml /app/config.yml
|
||||
ENV AUTOMATION_CONFIG=/app/config.lua
|
||||
COPY ./config.lua /app/config.lua
|
||||
|
||||
COPY ./build/automation /app/automation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user