diff --git a/Dockerfile b/Dockerfile index 632525e..be936df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o immich-stack ./cmd/... # Use a smaller image for the final container FROM alpine:latest +# Apply image labels +LABEL org.opencontainers.image.source="https://github.com/Majorfi/immich-stack" + WORKDIR /app # Install bash for the shell script @@ -34,4 +37,4 @@ RUN adduser -D -g '' appuser USER appuser # Set the entrypoint -ENTRYPOINT ["./immich-stack"] \ No newline at end of file +ENTRYPOINT ["./immich-stack"]