Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
feborghi authored and feborghi committed May 9, 2024
1 parent 7ed55c2 commit 231f04a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/layer/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ case ${DB_TYPE} in
esac

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

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

0 comments on commit 231f04a

Please sign in to comment.