This website works better with JavaScript.
Explore
Help
Register
Sign In
vikunja
/
blog
Watch
1
Star
1
Fork
You've already forked blog
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
blog
/
Dockerfile
4 lines
86 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Add bare blog skeleton
2 years ago
FROM
nginx
Fix path in dockerfile (again)
2 years ago
ADD
public /usr/share/nginx/html/blog
Add bare blog skeleton
2 years ago
ADD
nginx.conf /etc/nginx/nginx.conf