wIK5Ez2o commited on
Commit
2587c00
·
verified ·
1 Parent(s): 5e91f62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM golang:1.23-alpine AS builder
3
  # 构建执行文件
4
  WORKDIR /app
5
  RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
 
6
  RUN make build-linux
7
  # RUN make build-osx
8
  # RUN make build-win
 
3
  # 构建执行文件
4
  WORKDIR /app
5
  RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
6
+ RUN make clean && make install
7
  RUN make build-linux
8
  # RUN make build-osx
9
  # RUN make build-win