add set server admin password to cli

This commit is contained in:
miloschwartz 2025-06-15 13:19:07 -04:00
parent ddd292422b
commit fc19d0ba8b
No known key found for this signature in database
9 changed files with 172 additions and 5 deletions

3
cli/wrapper.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cd /app/
./dist/cli.mjs "$@"