diff --git a/deploy/DOckerfile-BL b/deploy/DOckerfile-BL index b2d05a4..869e654 100644 --- a/deploy/DOckerfile-BL +++ b/deploy/DOckerfile-BL @@ -2,7 +2,7 @@ FROM golang:1.23-alpine AS builder WORKDIR /app RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git . -RUN make build-linux +RUN make install & make build-linux FROM ubuntu:latest diff --git a/deploy/Dockerfile b/deploy/Dockerfile index 8694809..381828c 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -2,7 +2,7 @@ FROM golang:1.23-alpine AS builder WORKDIR /app RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git . -RUN make build-linux +RUN make install & make build-linux FROM alpine:3.19.0 WORKDIR /app