We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2acf3c commit 00faa95Copy full SHA for 00faa95
modules/hivemq/src/main/java/org/testcontainers/hivemq/HiveMQContainer.java
@@ -123,8 +123,7 @@ protected void configure() {
123
"-c",
124
removeCommand +
125
"cp -r '/opt/hivemq/temp-extensions/'* /opt/hivemq/extensions/ " +
126
- "; rm -rf /opt/hivemq/temp-extensions/** " +
127
- "&& chmod -R 777 /opt/hivemq/extensions " +
+ "; chmod -R 777 /opt/hivemq/extensions " +
128
"&& /opt/docker-entrypoint.sh /opt/hivemq/bin/run.sh"
129
);
130
}
0 commit comments