Skip to content

Commit d2648f5

Browse files
committed
💚 Fix SSL error
1 parent 8f2880d commit d2648f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN cargo build --release
1212

1313
# Use slim image to place build result
1414
FROM debian:stable-slim
15+
RUN apt-get update && apt-get install -y ca-certificates
1516
COPY --from=builder ./app/target/release/chatgpt-proxy-server .
1617
EXPOSE 3000
1718
CMD ["./chatgpt-proxy-server"]

0 commit comments

Comments
 (0)