This website requires JavaScript.
Explore
Help
Sign In
JILITS
/
website
Watch
2
Star
0
Fork
You've already forked website
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b536977c22
website
/
Containerfile
6 lines
89 B
Docker
Raw
Blame
History
FROM
alpine
RUN
apk add git hugo
WORKDIR
/app
COPY
. /app
CMD
hugo server --bind 0.0.0.0
Reference in New Issue
View Git Blame
Copy Permalink