aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2024-10-04 18:49:11 +0100
committerdiogo464 <[email protected]>2024-10-04 18:56:46 +0100
commit888834093351a6182b0b3dd57b6bce15a6fb0e92 (patch)
tree48c09bb1c9c0bf0e5daeb4dca732fd08b7389973 /Containerfile
parent987f6fbbe4ffabd5dca60bdb7a828049603ae0db (diff)
rework and added pictures
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
index 5b51ca6..4c4c5a7 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,4 +1,5 @@
1FROM debian:bookworm-slim 1FROM debian:bookworm-slim
2RUN apt update && apt install -y sqlite3 imagemagick exiftool && apt-get clean
2WORKDIR /app/data 3WORKDIR /app/data
3COPY belverde-fire /app/belverde-fire 4COPY belverde-fire /app/belverde-fire
4ENTRYPOINT ["/app/belverde-fire"] 5ENTRYPOINT ["/app/belverde-fire"]