Comment on Best way to dockerize a static website?
Dirk@lemmy.ml 11 months agoI once built a router in Python, but it was annoying. The much I like Python, the much I dislike coding in it. Just firing up a web server with it is no big deal, though.
I was even thinking of node.js, but this comes with a whole different set of issues. It would allow for future extensions of the project on the server-side, though.
lemmyvore@feddit.nl 11 months ago
What do you use for Node containers? I use an Alpine image where I install Node but I’ve been wondering if there’s a better way.
Dirk@lemmy.ml 11 months ago
Would be my first one. I’d likely go the Alpine route, too. It’s used as option for the Docker official image.
hub.docker.com/_/node/tags?page=1&name=alpine