Update Dockerfile
Browse files- 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
|