# 已废弃:请在仓库根目录使用 Dockerfile 与 docker-compose.yml 构建镜像。 # Deprecated — use the Dockerfile at the repository root. FROM alpine:3.19 RUN echo "ERROR: build from repo root (../Dockerfile). See docker/README.md" >&2 && exit 1