Update images to run as non-root
[dcaegen2/platform.git] / mod / onboardingapi / start.sh
index 6d7d9e5..a938c98 100755 (executable)
@@ -6,6 +6,7 @@ if [ -z $PG_CONN ]; then
     exit 1
 fi
 
+mkdir -p ~/.config/dcae-cli
 if [ ! -f ~/.config/dcae-cli/config.json ]; then
     echo "Creating dcae-cli config"
     # TODO: Make this into a variable that gets fed in via docker run