summaryrefslogtreecommitdiff
path: root/docker/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/start.sh')
-rwxr-xr-xdocker/start.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/start.sh b/docker/start.sh
index ad40a0e..07fefde 100755
--- a/docker/start.sh
+++ b/docker/start.sh
@@ -5,8 +5,8 @@ mongod --bind_ip 127.0.0.1 --dbpath ~/data &
R CMD Rserve --vanilla &
# import data
-ruby -e "require 'lazar'; include OpenTox; Import.public_data"
+ruby -e "require 'lazar'; include OpenTox; Import.public_data if Model::Validation.all.empty?"
# start lazar service
-cd $HOME/lazar-gui
+cd $(gem which lazar-gui|sed 's#/lib/lazar-gui.rb/##')
unicorn -p 8088 -E production