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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167
Commits
3
Branches
2.2 MiB
HTML
68.9%
Ruby
22.1%
CSS
7.4%
Shell
1.1%
Dockerfile
0.5%
Branch:
master
fix-build
master
test-notifier
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
website
/
Dockerfile
4 lines
62 B
Raw
Permalink
Blame
History
FROM nginx:alpine
EXPOSE 80
COPY _site/ /usr/share/nginx/html