Hey, folks (and specifically <@U06V253M4>). We’re ...
# docker
l
Hey, folks (and specifically @bdw429s). We’re trying to upgrade one of our projects from docker-commandbox 3.7.3 to 3.13.1, which upgrades commandbox from 5.7 or 5.8 to 6.2.0. We are doing some slightly weird stuff to support running two related apps on the same images by using one of two different `$APP_DIR`s at runtime. With the older commandbox, there was a
-war
argument to runwar in
startup-final.sh
that we were able to tweak to have it point to
$APP_DIR
. That seems to be gone from the current version of
startup-final.sh
, so runwar is trying to launch an app in
/app
, which doesn’t exist. We haven’t (yet) been able to find the relevant changes in commandbox. Any suggestions on how we can tell runwar to start the app from a specific directory?
j
BOX_SERVER_WEB_webRoot=/app/nested
in the environment would do the trick