Set template path.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-09-27 05:04:27 -05:00
parent 2198201713
commit 32d80977a7

View File

@@ -7,4 +7,4 @@ RUN cargo install --path .
ENV PLUGIN_INPUT=. ENV PLUGIN_INPUT=.
ENV PLUGIN_OUTPUT=output ENV PLUGIN_OUTPUT=output
CMD historian $PLUGIN_INPUT --render-to $PLUGIN_OUTPUT CMD historian $PLUGIN_INPUT --template-path /usr/src/historian/templates --render-to $PLUGIN_OUTPUT