aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdt/src/main/docker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cdt/src/main/docker/Dockerfile b/cdt/src/main/docker/Dockerfile
index caa6ff1..dc2d1ed 100644
--- a/cdt/src/main/docker/Dockerfile
+++ b/cdt/src/main/docker/Dockerfile
@@ -19,10 +19,10 @@
#
# ============LICENSE_END============================================
-# Base ubuntu with added packages needed for ONAP
-FROM httpd
+# Base Alpine with added packages needed for ONAP
+FROM httpd:2.4-alpine
MAINTAINER APP-C Team (appc@lists.openecomp.org)
COPY config-design-tool /usr/local/apache2/htdocs/
-COPY startCdt.sh /opt
+COPY startCdt.sh /opt/startCdt.sh