Fix location of idmlight db file
[sdnc/oam.git] / installation / sdnc / src / main / docker / Dockerfile
index c67c333..3b92e40 100644 (file)
@@ -9,7 +9,7 @@ ENV SDNC_CONFIG_DIR /opt/onap/sdnc/data/properties
 
 
 # Overlay ODL credential database with pre-staged credentials
-COPY idmlight.db.mv.db /opt/opendaylight/current
+COPY idmlight.db.mv.db /opt/opendaylight/current/data
 
 # copy onap
 COPY opt /opt