From 8f38658d1163359ae49a2b6f23d11bdec67731c8 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Mon, 11 Oct 2021 15:37:27 +0200 Subject: Add WA API key to config --- Containerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Containerfile') 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"] -- cgit v1.2.3