Hey all.. Is anyone able tell me if the last line ...
# box-products
c
Hey all.. Is anyone able tell me if the last line of the logs is expected? (cfml-compiler-server not deleted.) This is a prod Docker image output.. just want to be sure there are no leftover processes running... Dockerfile
Copy code
FROM ortussolutions/commandbox:latest
...
RUN box install cfml-compiler --verbose --production
RUN box cfcompile sourcePath=/var/www/ --overwrite cfengine=lucee@5.3.9.141
Logs
Copy code
Eureka, 'cfml-compiler' has been installed!
Step 37/60 : RUN box cfcompile sourcePath=/var/www/ --overwrite cfengine=lucee@5.3.9.141
[INFO ] Runwar: Starting background cfml-compiler-server [lucee 5.3.9.141] from: /usr/local/lib/CommandBox/lib/runwar-4.7.7.jar
Stopping cfml-compiler-server...
forgetting cfml-compiler-server...
cfml-compiler-server not deleted.