fix(query): new query to get VNFD using the session object. Bug 1390
[osm/NBI.git] / Dockerfile.local
index 5ba1240..0794a27 100644 (file)
@@ -106,5 +106,5 @@ ENV OSMNBI_PROMETHEUS_PORT                      9090
 ADD . /app/NBI
 
 # Run app.py when the container launches
-CMD python3 -m osm_nbi.nbi
+CMD ["python3", "-m", "osm_nbi.nbi"]