This commit is contained in:
Luke Murphy 2020-03-30 17:11:53 +02:00
commit a82e755abe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 14 additions and 0 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM ruby:2.6.5-alpine
EXPOSE 4000
RUN apk --no-cache add \
g++ \
git \
make
RUN gem install bundler -v 2.1.4
RUN gem install jekyll -v 4.0.0

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# docker.jekyll.4
A docker image with the right dependencies for our website.