ezidam: add templates to dockerfile
This commit is contained in:
parent
8365bc5dff
commit
5e1eac4d78
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue