Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bi1101 committed May 10, 2024
1 parent 9e01a03 commit ba6dc1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ FROM scratch
# Set the working directory
WORKDIR /app

COPY ./ca-certificates.crt /etc/ssl/certs/
# Copy CA certificates from the builder stage
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

# Copy the built Go binary from the builder stage
COPY --from=builder /app/ChatGPT-To-API /app/ChatGPT-To-API
Expand Down

0 comments on commit ba6dc1c

Please sign in to comment.