feat: v0.0.0 code commit

This commit is contained in:
merlin
2025-10-22 17:19:54 +08:00
parent cdec1d8792
commit e50e390fb8
2 changed files with 11 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM docker:24.0.6-dind
# 安装 Node.js
RUN apk add --no-cache bash curl git nodejs npm
WORKDIR /workspace
ENTRYPOINT [ "/bin/bash" ]

View File

@@ -1,2 +1,5 @@
# action_builder
自己构建的一个方便使用的docker构建器
他一定不是最快的,但是一定是最方便、最直观的