Config-only strategy, no Dockerfile

This commit is contained in:
7355608
2026-07-03 23:57:16 +08:00
parent 32f05448af
commit ee662b2692
3 changed files with 2 additions and 4 deletions

View File

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