aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
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"]