wso2 / product-microgateway

Choreo Connect is a cloud-native, open-source, and developer-centric API gateway.
https://wso2.com/choreo/choreo-connect/
Apache License 2.0
287 stars 246 forks source link

Fix encoding issue in the mustache file #3517

Closed chashikajw closed 1 month ago

chashikajw commented 1 month ago

Purpose

This will fix mustache encoding of special characters (=), as it's necessary to provide commands including the = character for the Docker CMD command

Fixes