Skip to content

Commit

Permalink
Deploy webapp more robustly in lutece-init.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Nov 14, 2019
1 parent c978e39 commit 723b88e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lutece-init/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ then
LANG=en_US.UTF-8 rpl -q "#DB_PASS#" "${DB_PASS}" ${dbconfigfile}
LANG=en_US.UTF-8 rpl -q "#DB_HOST#" "${DB_HOST}" ${dbconfigfile}

cd ${extractdir} && jar cf ${deploywar} *
cd ${extractdir} && jar cf /tmp.war *
mv /tmp.war ${deploywar}
fi

# Wait for mysql
Expand Down

0 comments on commit 723b88e

Please sign in to comment.