Run your Phlexite sites on Caddy in containers.
Find a file
Aleks Rutins 79e350c705
All checks were successful
/ publish (push) Successful in 21s
Make Podman happy
2025-06-11 18:00:01 -04:00
.forgejo/workflows Get some code written 2025-06-11 17:59:32 -04:00
Caddyfile Get some code written 2025-06-11 17:59:32 -04:00
Containerfile Make Podman happy 2025-06-11 18:00:01 -04:00
LICENSE Initial commit 2025-06-11 21:51:01 +00:00
README.md Get some code written 2025-06-11 17:59:32 -04:00

phlexite-docker

Run your Phlexite sites on Caddy in containers.

Usage:

FROM git.farthergate.com/asr/phlexite AS build

ADD . /site
RUN bundle && bundle exec ruby build.rb

FROM git.farthergate.com/asr/phlexite-runtime

COPY --from=build /site/_build /var/www/html