Closed erhant closed 3 months ago
source
. .env
source .env
docker-compose
docker compose
SOME_VAR=()
VAR="$VAR, ..."
keeping open for tracking purposes, will close once there are no more bugs
source
not found in Ubuntu relevant link here: https://stackoverflow.com/questions/13702425/source-command-not-found-in-sh-shell using. .env
instead ofsource .env
looks like a fix, implementeddocker-compose
vsdocker compose
SOME_VAR=()
is not compatible, usingVAR="$VAR, ..."
instead