diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..961f0b2 --- /dev/null +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/README.md b/README.md index 6681e60..459a2ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # action_builder +自己构建的一个方便使用的docker构建器 + +他一定不是最快的,但是一定是最方便、最直观的 \ No newline at end of file