wIK5Ez2o commited on
Commit
11a070b
·
verified ·
1 Parent(s): 1432f3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +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 build-linux
 
8
  # RUN make build-osx
9
  # RUN make build-win
10
 
 
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