Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
feborghi authored and feborghi committed May 10, 2024
1 parent 5ae30a3 commit 8429277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/layer/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export KEYSTORE_ALIAS=${KEYSTORE_ALIAS:-confighub}
export KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD:-confighub}

echo "Initializing database..."
java -jar /usr/local/tomee//ConfigHubDBManager.jar -t "${DB_TYPE}" -r "${DB_URL}" -u"${DB_USERNAME}" -p"${DB_PASSWORD}" || exit $?
java -jar /usr/local/tomee/ConfigHubDBManager.jar -t "${DB_TYPE}" -r "${DB_URL}" -u"${DB_USERNAME}" -p"${DB_PASSWORD}" || exit $?

./usr/local/tomee/bin/catalina.sh run
./bin/catalina.sh run

0 comments on commit 8429277

Please sign in to comment.