Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bincooo authored and bincooo committed Dec 26, 2024
1 parent f38aaba commit 99a9d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy/DOckerfile-BL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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 install & make build-linux
RUN make install
RUN make build-linux

FROM ubuntu:latest

Expand Down
3 changes: 2 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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 install & make build-linux
RUN make install
RUN make build-linux

FROM alpine:3.19.0
WORKDIR /app
Expand Down

0 comments on commit 99a9d53

Please sign in to comment.