Docker image footprint optimization
[multicloud/azure.git] / azure / run.sh
index babf0c9..441e61d 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Copyright (c) 2018 Amdocs
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -31,6 +31,7 @@ then
     python multivimbroker/scripts/api.py
 else
     # nohup python manage.py runserver 0.0.0.0:9008 2>&1 &
+    nohup aria-rest 2>&1 &
     nohup uwsgi --http :9008 --module multicloud_azure.wsgi --master --processes 4 &
     nohup python -m multicloud_azure.event_listener.server 2>&1 &