From 5e1eac4d78f680a90c612e126d9d49dac5d35d48 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux
Date: Tue, 21 Mar 2023 00:12:25 +0100 Subject: [PATCH] ezidam: add templates to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 73753b0..b7b6636 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN cargo build --release --target x86_64-unknown-linux-musl --package ezidam -- FROM scratch COPY --from=builder /ezidam/target/x86_64-unknown-linux-musl/release/ezidam /ezidam COPY crates/ezidam/static static +COPY crates/ezidam/templates templates ENV ROCKET_CLI_COLORS=0 ENV ROCKET_ADDRESS=0.0.0.0 ENV ROCKET_PORT=8000