Fix ansible server path
[sdnc/oam.git] / installation / ansible-server / src / main / docker / Dockerfile
index cc93f12..ea9e61b 100644 (file)
@@ -21,7 +21,7 @@ RUN apt-get -y install python-pip
 # copy files needed
 COPY opt /opt/
 
-WORKDIR /opt/onap/sdnc
+WORKDIR /opt/onap/ccsdk
 
 #ENTRYPOINT exec startAnsibleServer.sh
 #CMD ["/bin/bash"]