./manage build not working
kagile opened this issue · 3 comments
kagile commented
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 commented
docker/compose#2507 (comment) Solved the issue.
swcurran commented
@kagile - how did you solve the issue? Anything we should change in the code or documentation?
Thanks
kagile commented
@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