aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
blob: 4c4c5a7d47da53f36ea5e5355494306c83c0d97f (plain)
1
2
3
4
5
FROM debian:bookworm-slim
RUN apt update && apt install -y sqlite3 imagemagick exiftool && apt-get clean
WORKDIR /app/data
COPY belverde-fire /app/belverde-fire
ENTRYPOINT ["/app/belverde-fire"]