Now able to change the time to run and retries in case of error

This commit is contained in:
2024-08-31 14:01:21 +02:00
parent 6957da86a8
commit 73d7ad868d
2 changed files with 50 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ RUN apk add --no-cache git gcc musl-dev \
FROM alpine:latest
RUN apk add --no-cache tzdata
ENV TIME-TO-RUN="7:00"
COPY --from=builder /go/bin/immich-souvenirs /usr/bin/
VOLUME /tmp/messages
ENTRYPOINT ["/usr/bin/immich-souvenirs"]