Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git
|
|
| 6 |
# && sed -i 's/ind := strings.Index(path, importPath)/ind := strings.Index(path, importPath)\n if ind == -1 {\n return path }\n println(path + ", " + importPath)/g' \
|
| 7 |
# /go/pkg/mod/github.com/bincooo/go-annotation@v0.0.0-20241129022159-ea84d341fcda/internal/module/interface.go
|
| 8 |
RUN make install
|
| 9 |
-
RUN make build
|
| 10 |
|
| 11 |
FROM alpine:3.19.0
|
| 12 |
WORKDIR /app
|
|
|
|
| 6 |
# && sed -i 's/ind := strings.Index(path, importPath)/ind := strings.Index(path, importPath)\n if ind == -1 {\n return path }\n println(path + ", " + importPath)/g' \
|
| 7 |
# /go/pkg/mod/github.com/bincooo/go-annotation@v0.0.0-20241129022159-ea84d341fcda/internal/module/interface.go
|
| 8 |
RUN make install
|
| 9 |
+
RUN make build
|
| 10 |
|
| 11 |
FROM alpine:3.19.0
|
| 12 |
WORKDIR /app
|