287 B
287 B
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