diff --git a/Dockerfile b/Dockerfile index 270a2dc..3437aca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM jekyll/jekyll as builder +LABEL org.opencontainers.image.source="https://github.com/TeamNewPipe/website" + COPY Gemfile /srv/jekyll RUN bundle install