• verstra@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    I use docker to package and deploy my website. When it is compiled to HTML, I place it into a docker container that is based on nginx.

    This container is now easily ported to production server and ran to serve the HTML over HTTP.