docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user