VFC Containers not coming up using K8s
[vfc/gvnfm/vnfres.git] / res / docker / Dockerfile
index 15f6216..963051e 100644 (file)
@@ -36,6 +36,8 @@ RUN wget -q -O vfc-gvnfm-vnfres.zip 'https://nexus.onap.org/service/local/artifa
 
 RUN sed -i "s|bind-address.*|# bind-address = 127.0.0.1|" /etc/mysql/my.cnf
 
+VOLUME /var/lib/mysql
+
 WORKDIR /service/vfc/gvnfm/vnfres/res
 RUN pip install -r requirements.txt