Update Cargo.toml and Dockerfile

This commit is contained in:
Lennart K
2025-09-04 13:05:14 +02:00
parent f850f9b3a3
commit 87adf94947
2 changed files with 3 additions and 1 deletions

View File

@@ -45,4 +45,5 @@ CMD ["/usr/local/bin/rustical"]
ENV RUSTICAL_DATA_STORE__SQLITE__DB_URL=/var/lib/rustical/db.sqlite3
LABEL org.opencontainers.image.authors="Lennart K github.com/lennart-k"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
EXPOSE 4000