Files
Perplexica/entrypoint.sh
2025-05-28 10:41:12 +05:30

6 lines
54 B
Bash

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