working book and caddy

This commit is contained in:
2026-04-16 06:21:50 +00:00
parent 0a8d754365
commit 6f0df113c2
8 changed files with 258 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM python:3.12-slim-bookworm AS builder
FROM python:3-slim-bookworm AS builder
# Second line optional/debug/qol
RUN apt update && apt install -y \