From: tangpeng Date: Wed, 27 Feb 2019 00:35:11 +0000 (+0000) Subject: Fixed the problem for docker image build X-Git-Tag: 1.2.6~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=c5765c3e4a9240403c47a57993adae0a7c6dece9 Fixed the problem for docker image build Change-Id: I677c1d59933b27e181ac0f2ba8ed378dd78d48ca Issue-ID: HOLMES-205 Signed-off-by: tangpeng --- diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index ddd48cd..0954df2 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -49,7 +49,6 @@ ADD dhparam.pem /etc/ssl/certs RUN addgroup -S holmes && adduser -S -G holmes holmes #add the backend package to the docker image -RUN mkdir /home/holmes WORKDIR /home/holmes ADD holmes-rulemgt-standalone-*-linux64.tar.gz /home/holmes/ RUN chmod -R a+rw /home/holmes/