wIK5Ez2o commited on
Commit
8f6f1f0
·
verified ·
1 Parent(s): a79f12c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # RUN make build-linux
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