Skip to content

Commit

Permalink
create acl directory in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <admin@lv5.moe>
  • Loading branch information
ShadowySpirits authored and lyx2000 committed Apr 27, 2023
1 parent ef5142d commit 82fe333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ RUN export JAVA_OPT=" -Duser.home=/opt"
# Add ${JAVA_HOME}/lib/ext as java.ext.dirs
RUN sed -i 's/${JAVA_HOME}\/jre\/lib\/ext/${JAVA_HOME}\/jre\/lib\/ext:${JAVA_HOME}\/lib\/ext/' ${ROCKETMQ_HOME}/bin/tools.sh

RUN mkdir ${ROCKETMQ_HOME}/conf/acl

WORKDIR ${ROCKETMQ_HOME}/bin

0 comments on commit 82fe333

Please sign in to comment.