Jim Priest
08/08/2023, 7:40 PMcfml | WARNING: package com.sun.java.swing.plaf.nimbus not in java.desktop
cfml | WARNING: package com.sun.java.swing.plaf.windows not in java.desktop
cfml | java.lang.RuntimeException: File not found: /app/ (/app)
cfml | at runwar.options.CommandLineHandler.getFile(CommandLineHandler.java:1367)
cfml | at runwar.options.CommandLineHandler.parseLogArguments(CommandLineHandler.java:803)
cfml | at runwar.options.CommandLineHandler.parseLogArguments(CommandLineHandler.java:767)
cfml | at runwar.Start.main(Start.java:36)
cfml | Exception in thread "main" java.lang.NullPointerException
cfml | at runwar.logging.LoggerFactory.configure(LoggerFactory.java:53)
cfml | at runwar.Start.main(Start.java:37)
So now I'm stuck... 😕
The only place I can find an reference to '/app' is in /usr/local/bin/startup-final.sh?
I pulled some of this code from the multi-stage build example here: https://github.com/Ortus-Solutions/docker-commandbox#multi-stage-builds
'-war' '/app/' \