Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM golang:1.23-alpine AS builder
|
|
2 |
|
3 |
# 构建执行文件
|
4 |
WORKDIR /app
|
5 |
-
RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b
|
6 |
RUN make install
|
7 |
# RUN make
|
8 |
RUN make build-linux
|
|
|
2 |
|
3 |
# 构建执行文件
|
4 |
WORKDIR /app
|
5 |
+
RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b main .
|
6 |
RUN make install
|
7 |
# RUN make
|
8 |
RUN make build-linux
|