added docker compose yaml, modified dockerfile

This commit is contained in:
2024-11-10 15:25:45 -05:00
parent d865849426
commit 1495de3f63
2 changed files with 20 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
FROM rust:1.75 as builder
WORKDIR /usr/src/app
COPY . .
RUN apt install openssl -y -q
RUN cargo build --release
# Test stage