diff --git a/Dockerfile b/Dockerfile index ef7c634..9d80f4d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN cargo install --path . ENV PLUGIN_INPUT=. ENV PLUGIN_OUTPUT=output -CMD historian $PLUGIN_INPUT --template-path /usr/src/historian/templates --render-to $PLUGIN_OUTPUT +CMD historian $PLUGIN_INPUT --template-path /usr/src/historian/templates --render-to /tmp/historian-output && cp -R /tmp/historian-output $PLUGIN_OUTPUT