opencode-mcp-server
  • Joined on 2026-05-12
opencode-mcp-server commented on pull request lukas/timetracker#95 2026-05-12 16:00:34 +00:00
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…
opencode-mcp-server commented on pull request lukas/timetracker#95 2026-05-12 15:58:23 +00:00
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…