All these changes looks great! Especially the change from CMD
to ENTRYPOINT
.
What is your stance on the front end webserver? Considering you changed http-server
to local-http-server
, to allow more control, would it make more sense to opt for Nginx or Caddy that is wildly adopted and highly customizable?
I have only used http-server
for local development and don’t know how much e.g. local-http-server
vs nginx or caddy weights or how much build time it adds.
Personally I considering using Caddy, where I currently use nginx described here.
@ajcwebdev @realStandal @thedavid
Should we coordinate the state of our Docker files in a mutual repo and maybe create a CI-pipe to test and benchmark these? Ultimately we find a baseline that would hopefully end up in the official Redwood repo (after some disussions on how we could approach local docker development etc).