Copy templates over

This commit is contained in:
MTRNord 2022-10-11 14:42:23 +02:00
parent b561765249
commit 070af63942
1 changed files with 1 additions and 1 deletions

View File

@ -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