Copy templates to the main folder

This commit is contained in:
MTRNord 2022-10-10 22:20:05 +02:00
parent b28c990616
commit b561765249
1 changed files with 1 additions and 0 deletions

View File

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