Files
notifications-api/scripts/run_app.sh
Rebecca Law 08ba5de61b Update config
Source the configuration from an environment file, this way it is similar to how the aws environment works
2016-02-16 16:01:50 +00:00

7 lines
76 B
Bash
Executable File

#!/bin/bash
set -e
source environment.sh
python3 application.py runserver