This website requires JavaScript.
Explore
Help
Register
Sign In
badhouseplants
/
badhouseplants-net-old
Archived
Watch
4
Star
0
Fork
0
You've already forked badhouseplants-net-old
Code
Issues
7
Pull Requests
2
Actions
Packages
Projects
Releases
Activity
This repository has been archived on
2024-10-01
. You can view files and clone it, but cannot push or open issues or pull requests.
9ad4991fe6
badhouseplants-net-old
/
Dockerfile
6 lines
53 B
Docker
Raw
Normal View
History
Unescape
Escape
Update chart
2023-02-25 11:19:00 +00:00
FROM
klakegg/hugo
Init Commit Start following the GitFLow
2023-02-17 14:19:49 +00:00
WORKDIR
/src
Build static and use nginx instead of the full hugo server (#8) This pull request will close #4 Hugo server needs about 800mb of memory just to do what nginx can with a way smaller requirements, so it makes sense to stop using `hugo` for serving statics
2023-02-17 14:48:16 +00:00
COPY
. /src
RUN
hugo
Reference in New Issue
Copy Permalink