gitdeem commited on
Commit
421ad64
·
verified ·
1 Parent(s): 7931a43

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:20 AS build
2
 
3
  # 添加 git,以便之后能从GitHub克隆项目
4
- RUN apk --no-cache add git
5
 
6
  # 从 GitHub 克隆项目到 /app 目录下
7
  RUN git clone https://github.com/Dooy/chatgpt-web-midjourney-proxy.git /app
 
1
  FROM node:20 AS build
2
 
3
  # 添加 git,以便之后能从GitHub克隆项目
4
+ RUN apt git
5
 
6
  # 从 GitHub 克隆项目到 /app 目录下
7
  RUN git clone https://github.com/Dooy/chatgpt-web-midjourney-proxy.git /app