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.
7545d28790
badhouseplants-net-old
/
Dockerfile
5 lines
101 B
Docker
Raw
Normal View
History
Unescape
Escape
Implement dynamic envs (#19) Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/19
2023-02-25 20:25:16 +00:00
FROM
git.badhouseplants.net/badhouseplants/hugo-builder
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
Implement dynamic envs (#19) Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/19
2023-02-25 20:25:16 +00:00
ENTRYPOINT
[
"hugo"
]
Reference in New Issue
Copy Permalink