From 64651c5b642b351bafa25016789b5bcd1247e8ea Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 15 Oct 2019 16:50:46 +0800 Subject: [PATCH] Fixed the Docker Build Failure Change-Id: I2592ff638dcd2d4daeb13dc49610031478445caf Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu --- rulemgt-standalone/src/main/assembly/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6