website/run.sh

8 lines
82 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -e
node /app/dist/server/entry.mjs &
exec nginx -g 'daemon off;'