Files
starr-philproperties/docker-entrypoint.sh
T
2026-07-13 22:17:26 +08:00

5 lines
77 B
Bash

#!/bin/sh
set -e
exec pm2-runtime start server.js --name "${APP_NAME:-app}"