update template

This commit is contained in:
2026-01-01 23:42:32 +03:00
parent 4d1c34e0a5
commit bbde5fe3ba
5 changed files with 9 additions and 4 deletions

6
run-compiler.sh Normal file → Executable file
View File

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