Skip to content

Commit

Permalink
Ensure that we have certificates... like at all
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent 2276a12 commit 834ae54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ EXPOSE 8080

COPY migrations ./
COPY --from=build /app/target/x86_64-unknown-linux-musl/release/server ./hubbit
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

CMD ["./hubbit"]

0 comments on commit 834ae54

Please sign in to comment.