This commit is contained in:
MHW
2026-04-09 15:13:10 +08:00
parent 6add28fdfb
commit 78e5833514
11 changed files with 1662 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest
LABEL authors="admin"
ENTRYPOINT ["top", "-b"]
# 已废弃:请在仓库根目录使用 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