Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,8 +4,8 @@ FROM golang:1.23-alpine AS builder
|
|
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 install
|
7 |
-
RUN make
|
8 |
-
|
9 |
# RUN make build-osx
|
10 |
# RUN make build-win
|
11 |
|
|
|
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 install
|
7 |
+
# RUN make
|
8 |
+
RUN make build-linux
|
9 |
# RUN make build-osx
|
10 |
# RUN make build-win
|
11 |
|