We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2880d commit d2648f5Copy full SHA for d2648f5
‎Dockerfile
@@ -12,6 +12,7 @@ RUN cargo build --release
12
13
# Use slim image to place build result
14
FROM debian:stable-slim
15
+RUN apt-get update && apt-get install -y ca-certificates
16
COPY --from=builder ./app/target/release/chatgpt-proxy-server .
17
EXPOSE 3000
18
CMD ["./chatgpt-proxy-server"]
0 commit comments