Skip to content

Commit 19a90f5

Browse files
committed
cmd
1 parent f76c97d commit 19a90f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ WORKDIR ${ACTIVEMQ_HOME}
2929
# make a wrapper script to launch service
3030
RUN echo $'#!/bin/sh \n\
3131
set -m \n\
32-
cp ${ACTIVEMQ_EXTRA_CONF}/* ${ACTIVEMQ_HOME}/conf/ \n\
32+
cp ${ACTIVEMQ_EXTRA_CONF}/*.xml ${ACTIVEMQ_HOME}/conf/ \n\
33+
cp ${ACTIVEMQ_EXTRA_CONF}/*.properties ${ACTIVEMQ_HOME}/conf/ \n\
3334
${ACTIVEMQ_HOME}/bin/activemq console -Djetty.host=0.0.0.0 \n ' > ${ACTIVEMQ_HOME}/bin/run-activemq-services
3435

3536
RUN chmod +x ${ACTIVEMQ_HOME}/bin/run-activemq-services

0 commit comments

Comments
 (0)