How to add softlink to war package run in liberty

Hi All

We migrate our application based on liberty to cloud by kubernetes cluster,our customized liberty instance retrieve key files and war package from nfs server’s config directory. But there are several shared directories essential for APP.war, so how to add these softlinks to app installation root in liberty? Instead of "exec -t container_name /bin/sh -c "ln -s "?