| commit | b995ea260a3a2f88a4e041c7e2dd745daee91825 | [log] [tgz] |
|---|---|---|
| author | bravof <fbravo@whitestack.com> | Wed Feb 10 10:57:52 2021 -0300 |
| committer | bravof <fbravo@whitestack.com> | Wed Feb 10 15:34:43 2021 -0300 |
| tree | bfb53a0a69f8118c35da565c9d0ef19b98721ceb | |
| parent | 3576644cf8903148f59718ff998194b6bee20d84 [diff] [blame] |
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"]