Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -7,7 +7,6 @@ RUN sed -i 's/ind := strings.Index(path, importPath)/ind := strings.Index(path,
|
|
7 |
/go/pkg/mod/github.com/bincooo/[email protected]/internal/module/interface.go
|
8 |
RUN make install
|
9 |
RUN make build-linux
|
10 |
-
RUN cat /tmp/go_build_gen_works/chatgpt-adapter/relay/hf/container.gen.go
|
11 |
|
12 |
FROM alpine:3.19.0
|
13 |
WORKDIR /app
|
|
|
7 |
/go/pkg/mod/github.com/bincooo/[email protected]/internal/module/interface.go
|
8 |
RUN make install
|
9 |
RUN make build-linux
|
|
|
10 |
|
11 |
FROM alpine:3.19.0
|
12 |
WORKDIR /app
|