package for cloudron

This commit is contained in:
2025-05-24 23:36:37 +02:00
parent b2d56fca6d
commit be66cf7e53
16 changed files with 182 additions and 2 deletions

10
start.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -eu
echo "Starting Cine-Kids (Node.js)"
cd /app/code
export NODE_ENV=production
export PORT=3000
exec node server.js