Skip to content

Commit

Permalink
./conf/t
Browse files Browse the repository at this point in the history
  • Loading branch information
feborghi authored and feborghi committed May 13, 2024
1 parent 7b13a32 commit 0d4682a
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 @@ -12,8 +12,8 @@ case ${DB_TYPE} in
*) echo "DB_TYPE not valid!" && exit 1
esac

echo "Writing database credentials to /confighub/server/conf/tomee.xml"
envsubst < /usr/local/tomee/conf/tomee.xml
echo "Writing database credentials to ./conf/tomee.xml"
envsubst < ./conf/tomee.xml

export ALLOCATED_MEMORY=${ALLOCATED_MEMORY:-4g}
export HTTP_PORT=${HTTP_PORT:-80}
Expand Down

0 comments on commit 0d4682a

Please sign in to comment.