diff --git a/构建Node16镜像.md b/构建Node16镜像.md new file mode 100644 index 0000000..d73bc4a --- /dev/null +++ b/构建Node16镜像.md @@ -0,0 +1,5 @@ +``` +FROM docker.1ms.run/node:16-alpine +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories +RUN apk add --no-cache git nginx +``` \ No newline at end of file