diff options
| author | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-05-16 00:31:24 +0200 |
| commit | bda302df12856879fd78efad1569135b1706973b (patch) | |
| tree | bca8e41eb6965c0cfcda2277cc13b0f949ca253a /Containerfile | |
| parent | add container build (diff) | |
add deployment stuff
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
