Simplify ADML-HTTP image UX
[anna.git] / tools / build-anna-adml-http
index a7e7e4d..7d72295 100755 (executable)
@@ -31,9 +31,10 @@ rm -rf ${AD}
 echo ${AD} | ${REPO_DIR}/example/diameter/launcher/deploy-adml-http.sh ${VARIANT} || exit 1
 
 # Add interesting stuff:
-cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD}
-cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD}
-cp ${REPO_DIR}/example/diameter/launcher/resources/scripts/decode.sh ${AD}
+mkdir ${AD}/utils
+cp -r ${REPO_DIR}/example/diameter/launcher/resources/rest_api/helpers/diameterJsonHelper ${AD}/utils
+cp ${REPO_DIR}/example/diameter/pcapDecoder/tsharkDecoder.sh ${AD}/utils
+cp ${REPO_DIR}/example/diameter/launcher/resources/scripts/decode.sh ${AD}/utils
 
 echo
 echo "Generate docker image ..."