Block a user
Make container more robust
Regarding #1 (unpinned Caddy download), here's a proposed fix:
Current (Dockerfile:35-36):
RUN curl -sL "https://caddyserver.com/api/download?os=linux&arch=amd64" \
-o…
Make container more robust
Good direction consolidating Caddy and Django into a single container. Here are a few things to consider:
1. Unpinned Caddy download (Dockerfile:33)
Downloading Caddy from the API without a…