Skip to content

Commit

Permalink
fix: fix docker container can't send request to qcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
delbertbeta committed Oct 2, 2024
1 parent 1a27cd7 commit 9beb67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim
RUN apt update && apt install -y openssl
RUN apt update && apt install -y openssl ca-certificates
COPY ./target/release/sso-rs /sso-rs
EXPOSE 3000
EXPOSE 2999
Expand Down

0 comments on commit 9beb67e

Please sign in to comment.