Skip to content

Commit

Permalink
fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Aug 7, 2018
1 parent db923af commit 93a49eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_startup.sh
Expand Up @@ -4,7 +4,7 @@
[ ! -e nsweb/initializers/settings.py ] && cp nsweb/initializers/settings_template.py nsweb/initializers/settings.py

# Run setup script if pickled dataset doesn't exist
[ ! -d /data/assets/neurosynth_dataset.pkl ] && python3 /code/setup_database.py
[ ! -e /data/assets/neurosynth_dataset.pkl ] && python3 /code/setup_database.py

# Start up gunicorn
/usr/local/bin/gunicorn -w 2 -b :8000 runserver:app --reload --log-level debug

0 comments on commit 93a49eb

Please sign in to comment.