Zomg get it finally working for production

This commit is contained in:
Luke Murphy
2020-05-01 13:30:54 +02:00
parent d6a8259e08
commit 16339ecc2e
4 changed files with 13 additions and 12 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM decentral1se/jekyll:4
COPY . ${WORKDIR}
RUN bundle install