Files
auto-solution/auto-solution-system/Dockerfile
2026-04-09 15:13:10 +08:00

5 lines
260 B
Docker

# 已废弃:请在仓库根目录使用 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