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

11 lines
130 B
Bash

#!/bin/bash
set -euo pipefail
cd /home/safeuser/psf-bch-api
node scripts/patch-apidoc-from-env.js
npm run docs
exec npm start