bohesocool commited on
Commit
fd1d660
·
verified ·
1 Parent(s): ef144be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN mkdir -p /app/logs
10
  WORKDIR /app
11
 
12
  # 克隆项目代码
13
- RUN git clone https://github.com/bohesocool/you2api.git.
14
 
15
  # 下载依赖
16
  RUN go mod download
 
10
  WORKDIR /app
11
 
12
  # 克隆项目代码
13
+ RUN git clone https://github.com/bohesocool/you2api.git .
14
 
15
  # 下载依赖
16
  RUN go mod download