Make the build app self contained.
[e-mobility-charging-stations-simulator.git] / docker / autoconfig.sh
index b39dd3f00199eb4e830301a625df71ce0c61fadc..4d18821962bbee51077fe95297ba7b06c81f7429 100644 (file)
@@ -7,7 +7,7 @@ then
   [ -z $emobility_server_type ] && { echo "emobility env server type variable not found, exiting"; exit 1; }
   [ -z $emobility_service_type ] && { echo "emobility env service type variable not found, exiting"; exit 1; }
 
-  cp $emobility_install_dir/src/assets/configs-aws/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/src/assets/config.json
+  cp $emobility_install_dir/src/assets/configs-aws/$emobility_server_type-$emobility_service_type-$emobility_landscape.json $emobility_install_dir/dist/assets/config.json
 else
   echo "no emobility env defined, start with default configuration"
 fi