diff --git a/Dockerfile b/Dockerfile index d93ea2b..ad837d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,9 +41,10 @@ COPY --from=builder /go/bin/api /app RUN chmod +x /app/api LABEL Name=homebox Version=0.0.1 +LABEL org.opencontainers.image.source="https://github.com/hay-kot/homebox" EXPOSE 7745 WORKDIR /app VOLUME [ "/data" ] ENTRYPOINT [ "/app/api" ] -CMD [ "/data/config.yml" ] \ No newline at end of file +CMD [ "/data/config.yml" ]