Skip to content

Commit

Permalink
Fix the crash in k8s temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Apr 24, 2019
1 parent 17345f3 commit 0ceb64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocketmq-docker/4.4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ EXPOSE 9876

# add customized scripts for namesrv
RUN mv ${ROCKETMQ_HOME}/bin/runserver-customize.sh ${ROCKETMQ_HOME}/bin/runserver.sh \
&& chmod a+x ${ROCKETMQ_HOME}/bin/runserver.sh \
&& chmod a+x ${ROCKETMQ_HOME}/bin/mqnamesrv
&& chmod a+wx ${ROCKETMQ_HOME}/bin/runserver.sh \
&& chmod a+wx ${ROCKETMQ_HOME}/bin/mqnamesrv

# expose broker ports
EXPOSE 10909 10911
Expand Down Expand Up @@ -75,4 +75,4 @@ RUN groupadd -g ${gid} ${group} \

USER ${user}

WORKDIR ${ROCKETMQ_HOME}/bin
WORKDIR ${ROCKETMQ_HOME}/bin

0 comments on commit 0ceb64a

Please sign in to comment.