Changes for cdt over https
[appc/deployment.git] / cdt / src / main / docker / Dockerfile
index d0ab6c8..514ddba 100644 (file)
 #
 # ============LICENSE_END============================================
 
-# Base ubuntu with added packages needed for ONAP
-FROM httpd
+# Base Alpine with added packages needed for ONAP
+FROM nginx:1.15.9-alpine
 MAINTAINER APP-C Team (appc@lists.openecomp.org)
 
-COPY config-design-tool /usr/local/apache2/htdocs/
+COPY config-design-tool /opt/cdt
+COPY startCdt.sh /opt/startCdt.sh
+COPY cert /opt/cert
+COPY nginx.conf /etc/nginx/nginx.conf