Perplexica/entrypoint.sh

6 lines
54 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -e
node migrate.js
exec node server.js