diff --git a/Dockerfile b/Dockerfile index 9506070..2589a5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ RUN go build -o ./app ./main.go FROM alpine:latest +LABEL org.opencontainers.image.source="https://github.com/akhilrex/podgrab" + ENV CONFIG=/config ENV DATA=/assets ENV UID=998