Files
historian/Dockerfile
Gregory Marco 854869ee89
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add plugin build recipe
2024-09-24 02:10:03 -05:00

11 lines
158 B
Docker
Executable File

FROM rust:1-bookworm
WORKDIR /usr/src/historian
COPY . .
RUN cargo install --path .
ENV INPUT=.
ENV OUTPUT=output
CMD historian $INPUT --render-to $OUTPUT