This commit is contained in:
@@ -0,0 +1 @@
|
||||
target
|
||||
Executable
+7
@@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build-plugin:
|
||||
image: docker
|
||||
commands:
|
||||
- docker build -t historian-plugin .
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
FROM rust:1-bookworm
|
||||
|
||||
WORKDIR /usr/src/historian
|
||||
COPY . .
|
||||
|
||||
RUN cargo install --path .
|
||||
|
||||
ENV INPUT=.
|
||||
ENV OUTPUT=output
|
||||
CMD historian $INPUT --render-to $OUTPUT
|
||||
Reference in New Issue
Block a user