From 070af63942f7cf1c875befc5d5cf1e1fc466919b Mon Sep 17 00:00:00 2001 From: MTRNord Date: Tue, 11 Oct 2022 14:42:23 +0200 Subject: [PATCH] Copy templates over --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4776b99..7e5f59d 100644 --- 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