apollo-backend/script/server
Andre Medeiros 7fad5ac9e4 initial pass
2021-05-09 20:51:15 -04:00

11 lines
172 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
# ensure everything in the app is up to date.
script/bootstrap
# boot the app and any other necessary processes.
foreman start