bcgov/greenlight

./manage build not working

kagile opened this issue · 3 comments

Getting this error after ./manage build

Invalid interpolation format for "environment" option in service "agri-agent": "${TOB_API_URL:-}"

Sry, I'm a beginner. Am I missing something?

@kagile - how did you solve the issue? Anything we should change in the code or documentation?

Thanks

@swcurran As pointed out in comment, $ is a special character, and needs to be escaped. You may need to update below script:
https://github.com/bcgov/dFlow/blob/042a87bb30ebd2014395f2f36f11ccedd2c2ea15/docker/manage#L110