blob: 92d029d5c0fd8b1b158d5389dbc85534b44bc02b [file] [log] [blame]
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02001#!/bin/sh
2
3JAVA_OPTIONS=" ${JAVA_OPTIONS} -Dconfig.home=${JETTY_BASE}/config -Dlog.home=${JETTY_BASE}/logs -Dlogback.configurationFile=${JETTY_BASE}/config/catalog-be/logback.xml -Dconfiguration.yaml=${JETTY_BASE}/config/catalog-be/configuration.yaml -Dartifactgenerator.config=${JETTY_BASE}/config/catalog-be/Artifact-Generator.properties -Donboarding_configuration.yaml=${JETTY_BASE}/config/onboarding-be/onboarding_configuration.yaml"
4
5cd /root/chef-solo
6chef-solo -c solo.rb -E ${ENVNAME}
7
8cd /var/lib/jetty
9/docker-entrypoint.sh &
10
11while true; do sleep 2; done
12
13
14