This commit is contained in:
2026-01-01 12:05:40 +03:00
parent e3018cd6bc
commit b064af9e73
4 changed files with 69 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
# compile (link) your workflow.json and project sources
docker run --rm -v ./:/sources/project ./my-workflow.json:/sources/workflow.json jetframes482/sharp8n-compiler
docker run --rm \
-v ./:/sources \
-e WORKFLOW_FILE /sources/workflow.json \
jetframes482/sharp8n-compiler