We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a940b5 + e723376 commit 77e03bdCopy full SHA for 77e03bd
1 file changed
Dockerfile
@@ -20,6 +20,9 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o immich-stack ./cmd/...
20
# Use a smaller image for the final container
21
FROM alpine:latest
22
23
+# Apply image labels
24
+LABEL org.opencontainers.image.source="https://github.com/Majorfi/immich-stack"
25
+
26
WORKDIR /app
27
28
# Install bash for the shell script
@@ -34,4 +37,4 @@ RUN adduser -D -g '' appuser
34
37
USER appuser
35
38
36
39
# Set the entrypoint
-ENTRYPOINT ["./immich-stack"]
40
+ENTRYPOINT ["./immich-stack"]
0 commit comments