feat: v0.0.0 code commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user