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