diff options
author | tangpeng <tang.peng5@zte.com.cn> | 2019-02-27 00:35:11 +0000 |
---|---|---|
committer | tangpeng <tang.peng5@zte.com.cn> | 2019-02-27 00:35:11 +0000 |
commit | c5765c3e4a9240403c47a57993adae0a7c6dece9 (patch) | |
tree | 84a772bbda9d2a761ed7ae1177719238f8a0ba50 /rulemgt-standalone/src/main | |
parent | 967f08b3eba7c03b3a11247d680e7ac22edf97c3 (diff) |
Fixed the problem for docker image build
Change-Id: I677c1d59933b27e181ac0f2ba8ed378dd78d48ca
Issue-ID: HOLMES-205
Signed-off-by: tangpeng <tang.peng5@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
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/ |