commit 070af63942f7cf1c875befc5d5cf1e1fc466919b
parent b5617652498d2569c85eec446d9e705d069a1925
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 11 Oct 2022 14:42:23 +0200
Copy templates over
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
@@ -2,7 +2,7 @@ FROM rust:1.64
WORKDIR /app
COPY ./crates /app/crates
-COPY ./crates/templates /app/templates
+COPY ./crates/model_server/templates /app/templates
COPY ./Cargo.toml /app
COPY ./Cargo.lock /app
RUN cargo build --release