prf/server/.docker/start.sh

8 lines
129 B
Bash
Raw Permalink Normal View History

2023-05-06 17:55:00 +00:00
#!/usr/bin/env bash
echo "Installing packages"
npm install
echo "Running application"
wait-for-it database:27017 -t 0
npm start