From 32d80977a794d08367d52ddbae205d17239c175c Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Fri, 27 Sep 2024 05:04:27 -0500 Subject: [PATCH] Set template path. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eda6dfc..ef7c634 100755 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN cargo install --path . ENV PLUGIN_INPUT=. 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