Commit 9aec4d74 authored by Spiros Koulouzis's avatar Spiros Koulouzis

change prop

parent cade58da
......@@ -4,7 +4,7 @@ COPY etc/ etc
CMD jar -xf drip-provisioner-3.0.0-jar-with-dependencies.jar application.properties && \
sed -ie "s/^message.broker.host=.*/message.broker.host=$RABBITMQ_HOST/" application.properties && \
sed -ie "s/^sure-tosca.base.path=.*/sure-tosca.base.path=$SURE_TOSCA_BASE_PATH/" application.properties && \
sed -ie "s/^sure_tosca.base.path=.*/sure-tosca.base.path=$SURE_TOSCA_BASE_PATH/" application.properties && \
cat application.properties && \
jar -uf drip-provisioner-3.0.0-jar-with-dependencies.jar application.properties && \
java -jar drip-provisioner-3.0.0-jar-with-dependencies.jar
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment