Avoid building custom Caddy-based image for Docker deployment #749
Labels
deferred
Now's not the right time for this
enhancement
New feature or request
maintenance
Keep it in good shape
Currently, we build a custom image for serving the client and proxying requests to the API based on
caddy:x.x-alpine
. The image build copied the client files from a previous build step. But as the final prod image is basically a vanilla Caddy image, we should instead do the following:node
image and store the distribution files locally (as opposed to in an image)Caddyfile
and the static client filesThe text was updated successfully, but these errors were encountered: