Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ WORKDIR /app
|
|
4 |
RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
|
5 |
RUN make install
|
6 |
RUN make build-linux
|
|
|
7 |
|
8 |
FROM alpine:3.19.0
|
9 |
WORKDIR /app
|
|
|
4 |
RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v3.0.0-beta .
|
5 |
RUN make install
|
6 |
RUN make build-linux
|
7 |
+
RUN cat /tmp/go_build_gen_works/chatgpt-adapter/relay/hf/container.gen.go
|
8 |
|
9 |
FROM alpine:3.19.0
|
10 |
WORKDIR /app
|