Commit 88ba5b81 authored by Spiros Koulouzis's avatar Spiros Koulouzis

replace single quotes

parent 7ba53d52
......@@ -28,7 +28,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt
COPY . /usr/src/app
CMD sed -i 's#http://127.0.0.1:8081/tosca-sure/1.0.0#$SURE_TOSCA_BASE_PATH#g' properties.ini && \
sed -i 's#http://127.0.0.1:3000/api#$SEMAPHORE_BASE_PATH#g' properties.ini && \
sed -i 's#host = 127.0.0.1#host = $RABBITMQ_HOST#g' properties.ini && \
CMD sed -i "s#http://127.0.0.1:8081/tosca-sure/1.0.0#$SURE_TOSCA_BASE_PATH#g" properties.ini && \
sed -i "s#http://127.0.0.1:3000/api#$SEMAPHORE_BASE_PATH#g" properties.ini && \
sed -i "s#host = 127.0.0.1#host = $RABBITMQ_HOST#g" properties.ini && \
python3 __main__.py $RABBITMQ_HOST deployer
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