Skip to content

Commit

Permalink
🔧 feat(docker): add ca-certificates to enable SMTP over TLS communica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
watzon committed Nov 18, 2024
1 parent 90ebd51 commit 699d9e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ WORKDIR /usr/app

COPY --from=build /build/src/app /usr/app

# Copy ca-certificates for TLS (specifically STARTTLS for SMTP)
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

COPY ./views /usr/app/views

COPY ./public /usr/app/public
Expand Down

0 comments on commit 699d9e6

Please sign in to comment.