This commit is contained in:
2022-03-02 00:17:19 -05:00
parent d8a77905f9
commit ad9cf01d90
6 changed files with 58 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM rustlang/rust:nightly
WORKDIR /app
COPY Cargo.toml ./
COPY src ./src
COPY templates ./templates
RUN cargo build --release