Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit bf5efd7

Browse files
committed
Update dockerfile
1 parent 8fcd61a commit bf5efd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ RUN CGO_ENABLED=0 go build -o ollama-proxy
1010

1111

1212
FROM scratch
13+
LABEL author="Mark Nefedov"
14+
LABEL org.opencontainers.image.source="https://github.com/marknefedov/ollama-openrouter-proxy"
1315
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
1416
COPY --from=builder /app/ollama-proxy /ollama-proxy
1517

0 commit comments

Comments
 (0)