Skip to content

Commit

Permalink
chmod /appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jul 23, 2022
1 parent 07d247f commit 8ba5b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ WORKDIR ${ACTIVEMQ_HOME}
# make a wrapper script to launch service
RUN echo $'#!/bin/sh \n\
set -m \n\
chmod -R 777 ${ACTIVEMQ_DATA} \n\
cp ${ACTIVEMQ_EXTRA_CONF}/*.xml ${ACTIVEMQ_HOME}/conf/ \n\
cp ${ACTIVEMQ_EXTRA_CONF}/*.properties ${ACTIVEMQ_HOME}/conf/ \n\
${ACTIVEMQ_HOME}/bin/activemq console -Djetty.host=0.0.0.0 \n ' > ${ACTIVEMQ_HOME}/bin/run-activemq-services
Expand Down

0 comments on commit 8ba5b3e

Please sign in to comment.