summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:50:46 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2019-10-15 16:50:46 +0800
commit64651c5b642b351bafa25016789b5bcd1247e8ea (patch)
tree725e35ff576b658b03a81f49d9429d23231bfa11
parent3eff12cfd17d4819134c5798d8c05e2d337fe389 (diff)
Fixed the Docker Build Failure
Change-Id: I2592ff638dcd2d4daeb13dc49610031478445caf Issue-ID: HOLMES-268 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--rulemgt-standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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