bug(descriptor): missing fields in stored descriptors. 1408, 1388

Change-Id: I404cb8788458c5c574748e67de1b5f37b0a0c77b
Signed-off-by: bravof <fbravo@whitestack.com>
diff --git a/Dockerfile.local b/Dockerfile.local
index 5ba1240..0794a27 100644
--- a/Dockerfile.local
+++ b/Dockerfile.local
@@ -106,5 +106,5 @@
 ADD . /app/NBI
 
 # Run app.py when the container launches
-CMD python3 -m osm_nbi.nbi
+CMD ["python3", "-m", "osm_nbi.nbi"]