Aubrey C.
07/08/2022, 7:01 PMSingle-Stage With Script Finalization
You may also create this finalized startup script in a single-stage build:
FROM ortussolutions/commandbox:lucee5
# Generate the finalized startup script and exit
RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
bdw429s
07/08/2022, 9:13 PM