Files
historian/Dockerfile
Gregory Marco 9ae1022a21
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
follow woodpecker plugin env convention
2024-09-24 02:15:46 -05:00

11 lines
186 B
Docker
Executable File

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