From bda302df12856879fd78efad1569135b1706973b Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 16 May 2021 00:31:24 +0200 Subject: add deployment stuff --- Containerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 30802e3..7bf429e 100644 --- a/Containerfile +++ b/Containerfile @@ -22,5 +22,6 @@ FROM alpine:3.13 COPY --from=cargo-build /work/target/release/catinator /usr/local/bin ENV CATINATOR_CONFIG="/config.toml" +ENV CATINATOR_PASSWORD="" CMD ["/usr/local/bin/catinator"] -- cgit v1.2.3