Skip to content

Commit 77e03bd

Browse files
authored
Merge pull request #45 from ThibaultNocchi/ThibaultNocchi-patch-1
docs(docker): add source repo label
2 parents 2a940b5 + e723376 commit 77e03bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o immich-stack ./cmd/...
2020
# Use a smaller image for the final container
2121
FROM alpine:latest
2222

23+
# Apply image labels
24+
LABEL org.opencontainers.image.source="https://github.com/Majorfi/immich-stack"
25+
2326
WORKDIR /app
2427

2528
# Install bash for the shell script
@@ -34,4 +37,4 @@ RUN adduser -D -g '' appuser
3437
USER appuser
3538

3639
# Set the entrypoint
37-
ENTRYPOINT ["./immich-stack"]
40+
ENTRYPOINT ["./immich-stack"]

0 commit comments

Comments
 (0)