dotenv is fucking scary dude

This commit is contained in:
2025-08-03 15:49:27 +02:00
parent 50ee892efb
commit 5b5be5835d
10 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM rust:1.88.0
COPY ./ ./
RUN cargo build --release
CMD ["./target/release/email"]