mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 11:44:18 +01:00
Removed piwigo-souvenirs
This commit is contained in:
@@ -8,6 +8,7 @@ RUN apk add --no-cache git gcc musl-dev \
|
||||
&& go build -ldflags="-w -s" -o /go/bin/immich-souvenirs
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache tzdata
|
||||
COPY --from=builder /go/bin/immich-souvenirs /usr/bin/
|
||||
VOLUME /tmp/messages
|
||||
ENTRYPOINT ["/usr/bin/immich-souvenirs"]
|
||||
|
||||
Reference in New Issue
Block a user