matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

commit b5617652498d2569c85eec446d9e705d069a1925
parent b28c990616920d39c1899c59f6514a1856b95404
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Oct 2022 22:20:05 +0200

Copy templates to the main folder

Diffstat:
MDockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -2,6 +2,7 @@ FROM rust:1.64 WORKDIR /app COPY ./crates /app/crates +COPY ./crates/templates /app/templates COPY ./Cargo.toml /app COPY ./Cargo.lock /app RUN cargo build --release