diff options
| author | diogo464 <[email protected]> | 2024-10-04 18:49:11 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-10-04 18:56:46 +0100 |
| commit | 888834093351a6182b0b3dd57b6bce15a6fb0e92 (patch) | |
| tree | 48c09bb1c9c0bf0e5daeb4dca732fd08b7389973 /Containerfile | |
| parent | 987f6fbbe4ffabd5dca60bdb7a828049603ae0db (diff) | |
rework and added pictures
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 1 |
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 @@ | |||
| 1 | FROM debian:bookworm-slim | 1 | FROM debian:bookworm-slim |
| 2 | RUN apt update && apt install -y sqlite3 imagemagick exiftool && apt-get clean | ||
| 2 | WORKDIR /app/data | 3 | WORKDIR /app/data |
| 3 | COPY belverde-fire /app/belverde-fire | 4 | COPY belverde-fire /app/belverde-fire |
| 4 | ENTRYPOINT ["/app/belverde-fire"] | 5 | ENTRYPOINT ["/app/belverde-fire"] |
