mirror of
https://github.com/Noratrieb/dockerolat.git
synced 2026-01-14 18:05:03 +01:00
do things
This commit is contained in:
parent
f43abee05c
commit
7166133801
7 changed files with 136 additions and 0 deletions
9
entrypoint.sh
Executable file
9
entrypoint.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
sed -i -e s/__PASSWORD__/${DB_PASSWORD}/ /home/openolat/conf/Catalina/localhost/ROOT.xml
|
||||
sed -i -e s#__DB_URL__#${DB_URL}# /home/openolat/conf/Catalina/localhost/ROOT.xml
|
||||
|
||||
exec /home/openolat/tomcat/bin/catalina.sh run
|
||||
Loading…
Add table
Add a link
Reference in a new issue