Unleash / unleash-proxy

Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
https://docs.getunleash.io/sdks/unleash-proxy
Apache License 2.0
53 stars 43 forks source link

Fix loading of custom strategies when using Docker #56

Closed jonasws closed 2 years ago

jonasws commented 2 years ago

This commits adds a server.sh script that will, when UNLEASH_CUSTOM_STRATEGIES_FILE is set, copy the file into ./dist/strategies and use that location when loading the strategy. This removes the need to "re-bundle" unleash-client, as mentioned in #29.