Skip to content

Commit

Permalink
Associate Docker image with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 1, 2025
1 parent fec562e commit c145d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c145d2f

Please sign in to comment.