Remix.run Logo
hamdingers 4 days ago

Meanwhile, my dockerfile for "purely static—hand-crafted artisanal HTML and CSS" is this:

  FROM nginx:alpine
  COPY . /usr/share/nginx/html
simonw 4 days ago | parent [-]

Sure, but that doesn't handle Plausible proxying or run the static site generator script.