Compare commits

..

No commits in common. "0e2e780c0b0acf2db0cfce0db5b1bc79543ec41b" and "579b646f61f5f0ba5bfd76e74728a21b3d1951c1" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View file

@ -1,3 +0,0 @@
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html

View file

@ -67,7 +67,7 @@ DEPENDENCIES
tzinfo-data tzinfo-data
RUBY VERSION RUBY VERSION
ruby 2.6.1p33 ruby 2.5.3p105
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.1

View file

@ -1,3 +0,0 @@
#!/bin/bash
docker run --rm -v "$(pwd):/srv/jekyll" jekyll/jekyll jekyll build
docker build -t docker.data.coop/cryptohagen-website .