1 Commits
v2.0 ... v3.0

Author SHA1 Message Date
7355608
21c8d7b5a2 Alpine minimal Dockerfile 2026-07-03 22:07:53 +08:00

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM alpine:latest
WORKDIR /workspace
ENTRYPOINT ["echo", "ready"]