aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authorLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-11 15:37:27 +0200
committerLorenz Leitner <lrnz.ltnr@gmail.com>2021-10-12 12:06:57 +0200
commit8f38658d1163359ae49a2b6f23d11bdec67731c8 (patch)
tree268b64dd6cf80032d9c2d2277d210cb3aa225d6a /Containerfile
parentAdd wa as hook (diff)
Add WA API key to config
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index edeb48e..bb28164 100644
--- a/Containerfile
+++ b/Containerfile
@@ -26,5 +26,6 @@ COPY --from=builder /work/target/release/catinator /usr/local/bin
ENV CATINATOR_CONFIG="/config.toml"
ENV CATINATOR_PASSWORD=""
+ENV CATINATOR_WA_API_KEY=""
ENTRYPOINT ["/usr/local/bin/catinator"]