Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM node:
|
2 |
|
3 |
# 添加 git,以便之后能从GitHub克隆项目
|
4 |
RUN apk --no-cache add git
|
|
|
1 |
+
FROM node:20 AS build
|
2 |
|
3 |
# 添加 git,以便之后能从GitHub克隆项目
|
4 |
RUN apk --no-cache add git
|