From: GuangrongFu Date: Tue, 15 Oct 2019 08:50:46 +0000 (+0800) Subject: Fixed the Docker Build Failure X-Git-Tag: 1.2.8~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=64651c5b642b351bafa25016789b5bcd1247e8ea Fixed the Docker Build Failure Change-Id: I2592ff638dcd2d4daeb13dc49610031478445caf Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 065feb2..bc4ab79 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -40,7 +40,7 @@ RUN apk upgrade \ #add the frontend pacakge to the docker images RUN rm /etc/nginx/conf.d/default.conf RUN mkdir -p /etc/ssl/certs/ -RUN mkdir /etc/ssl/private +#RUN mkdir /etc/ssl/private ADD holmes-rulemgt-frontend-*.tar.gz /usr/local/openresty/nginx/html/ ADD nginx-https.conf /usr/local/openresty/nginx/conf ADD nginx-http.conf /usr/local/openresty/nginx/conf