Dockerize the website

test-notifier
Jesper Hess 4 years ago
parent b69b91aac0
commit 0e2e780c0b
Signed by: graffen
GPG Key ID: 351A89E40D763F0F

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

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