X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cdt%2Fsrc%2Fmain%2Fdocker%2FDockerfile;h=26efda4fad271d43aebc426bae03eb6a9de8c045;hb=57eafffb6fcbcac82b021e8adcd80fcec58d8ae2;hp=caa6ff11acdf82faa349a57dee52a4ca479207a2;hpb=27525d8cce704f03b28eb8833ac1533126ece7da;p=appc%2Fdeployment.git diff --git a/cdt/src/main/docker/Dockerfile b/cdt/src/main/docker/Dockerfile index caa6ff1..26efda4 100644 --- a/cdt/src/main/docker/Dockerfile +++ b/cdt/src/main/docker/Dockerfile @@ -19,10 +19,12 @@ # # ============LICENSE_END============================================ -# Base ubuntu with added packages needed for ONAP -FROM httpd +# Base Alpine with added packages needed for ONAP +FROM node:10.15.3-alpine MAINTAINER APP-C Team (appc@lists.openecomp.org) -COPY config-design-tool /usr/local/apache2/htdocs/ - -COPY startCdt.sh /opt +COPY config-design-tool /opt/cdt +COPY startCdt.sh /opt/startCdt.sh +COPY cert /opt/cert +RUN mkdir /opt/cdt/logs +RUN npm install express --save