lets test
This commit is contained in:
4
homegrown/email/Dockerfile
Normal file
4
homegrown/email/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM rust:1.88.0
|
||||
COPY ./ ./
|
||||
RUN cargo build --release
|
||||
CMD ["./target/release/email"]
|
Reference in New Issue
Block a user