Files
parse_link_vpn/entrypoint.sh
2026-05-24 22:56:17 +05:00

9 lines
143 B
Bash

#!/bin/sh
set -e
echo "[entrypoint] Building TypeScript..."
npm run build
echo "[entrypoint] Starting web server..."
exec npm run start:prod