mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 11:44:18 +01:00
Now able to change the time to run and retries in case of error
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user