Files
psf-bch-api-base/production/docker/entrypoint.sh
T

11 lines
130 B
Bash
Raw Normal View History

2026-04-01 08:57:10 -07:00
#!/bin/bash
set -euo pipefail
cd /home/safeuser/psf-bch-api
node scripts/patch-apidoc-from-env.js
npm run docs
exec npm start