We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76c97d commit 19a90f5Copy full SHA for 19a90f5
Dockerfile
@@ -29,7 +29,8 @@ WORKDIR ${ACTIVEMQ_HOME}
29
# make a wrapper script to launch service
30
RUN echo $'#!/bin/sh \n\
31
set -m \n\
32
-cp ${ACTIVEMQ_EXTRA_CONF}/* ${ACTIVEMQ_HOME}/conf/ \n\
+cp ${ACTIVEMQ_EXTRA_CONF}/*.xml ${ACTIVEMQ_HOME}/conf/ \n\
33
+cp ${ACTIVEMQ_EXTRA_CONF}/*.properties ${ACTIVEMQ_HOME}/conf/ \n\
34
${ACTIVEMQ_HOME}/bin/activemq console -Djetty.host=0.0.0.0 \n ' > ${ACTIVEMQ_HOME}/bin/run-activemq-services
35
36
RUN chmod +x ${ACTIVEMQ_HOME}/bin/run-activemq-services
0 commit comments