Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 737 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 737 Bytes

#Commandbox

installing FusionReactor

To install FusionReactor run the "box install" command and get the commandbox-fusionreactor module

Then use "fr register" with your license key

To add any additional configuration such as static ports, see the ortus documentation for reference: https://commandbox.ortusbooks.com/embedded-server/fusionreactor

Building the image

To build the image use the docker build command

docker build -t fr-commandbox .

Running the image

To run the image use the docker run command as specified in the docker hub documentation: https://hub.docker.com/r/ortussolutions/commandbox/

docker run -p 8080:8080 -p 8443:8443 -v "/path/to/your/app:/app" ortussolutions/commandbox