Run your Phlexite sites on Caddy in containers.
|
||
---|---|---|
.forgejo/workflows | ||
Caddyfile | ||
Containerfile | ||
LICENSE | ||
README.md |
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