User avatar
0x4d6165 (Julie or Mae)
@0x4d6165@wanderingwires.net
I'm curious: developers/dev-ops/sysadmin types: if you're deploying an application and part of it is a static html or regular SPA front end (i.e. not a nextjs type frontend with a backend thing), do you throw it in a docker container with nginx or something and then use a nginx or caddy or something for the whole server and just point it at that docker container or do you use the nginx/caddy directly and directly serve the static content from there?