Testing Changes to Existing OneCX Core Apps

If you’ve modified an existing OneCX core app (e.g., OneCX Theme UI), you can test it using the same methods available for custom applications.

You can use the same options as described in Running and Testing Applications:

  • You can follow the automatic image build process and use the build context in docker-compose.yaml to build the image from your local application each time you run Docker Compose.

  • You can follow the manual image build process to build a local image in the application and adjust the .env UI variable to use your local image.

  • You can set up your application for hot reloading as described in Hot Reload for faster development and testing.