init
Some checks failed
Build Electron / Build Dockerfile (push) Failing after 4s
Build Electron / Build Electron (push) Has been skipped

This commit is contained in:
2025-07-18 13:47:26 -04:00
commit d74d18a673
11 changed files with 2418 additions and 0 deletions

8
entrypoint.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
cd /app
npm run build
mkdir -p /out
mv -f /app/dist/*.zip /out/