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

View File

@@ -8,7 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.11" />
<PackageReference Include="Sharp8N.Runtime" Version="1.0.12" />
<PackageReference Include="Sharp8N.AiComponents" Version="1.0.12" />
</ItemGroup>
</Project>

2
build.sh Executable file
View File

@@ -0,0 +1,2 @@
docker build -t myworkflow .

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

2
run.sh Executable file
View File

@@ -0,0 +1,2 @@
docker run --rm -v ./data:/data -e WORKFLOW_FILE=/data/workflow.json myworkflow