OpenBankingToolkit / openbanking-analytics

Open Banking analytics, provide KPIs of your Open Banking eco-system
Apache License 2.0
3 stars 1 forks source link

Issue running docker image of UI for backends server (tpp-node and analytics-node backend) #159

Closed jsanhc closed 4 years ago

jsanhc commented 4 years ago

The customer LBG report some problems with analytics and we identify a issue in the starter container: "/opt/start-server.sh: 4: /opt/start-server.sh: [[: not found

This happens when the entrypoint script use a bash shell type and it's running on sh shell:

/bin/sh -c "type [[" 
[[: not found
/bin/bash -c "type [["
[[ is a shell keyword
jsanhc commented 4 years ago

Duplicated, the original one is https://github.com/OpenBankingToolkit/openbanking-toolkit/issues/10