This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
cryptohagen.dk
/
website
Watch
2
Star
0
Fork
1
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Dockerize the website
test-notifier
Jesper Hess
2 years ago
parent
b69b91aac0
commit
0e2e780c0b
Signed by:
graffen
<jesper@graffen.dk>
GPG Key ID:
351A89E40D763F0F
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Dockerfile
+3
-0
build.sh
+ 3
- 0
Dockerfile
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html
+ 3
- 0
build.sh
View File
@@ -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 .
Write
Preview
Loading…
Cancel
Save