cic-stack/apps/cic-meta/docker/start_server.sh

10 lines
203 B
Bash
Raw Normal View History

2021-05-01 21:52:03 +02:00
#!/bin/bash
set -euo pipefail
# db migration
2021-02-08 18:31:29 +01:00
sh ./db.sh
# /usr/local/bin/node /usr/local/bin/cic-meta-server $@
# ./node_modules/ts-node/dist/bin.js", "./scripts/server/server.ts $@
npm run start "$@"