website/Dockerfile
2023-07-11 06:21:10 +03:00

6 lines
152 B
Docker

# Use the official jekyll build container
FROM jekyll/jekyll
# Install github-pages
RUN gem update bundler && gem install bundler webrick github-pages