From 65e80eee9feee27a2f571d8927673ff4c22f8a97 Mon Sep 17 00:00:00 2001 From: Felix Delattre <fd@gfz-potsdam.de> Date: Mon, 25 Apr 2022 13:28:36 +0000 Subject: [PATCH] Introduced delay --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee20ccb..8d6f110 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,4 +37,4 @@ RUN pip3 install -e . RUN apt-get autoremove --yes $build_dependencies && apt-get autoremove --yes && \ apt-get clean --yes && rm -rf /var/lib/apt/* /var/cache/apt/* /root/.cache -CMD wait-for-it -t 30 $RABOTNIK_MESSAGE_BUS_HOST:$RABOTNIK_MESSAGE_BUS_PORT -- sleep 15; rcom --building-id=1 +CMD wait-for-it -t 30 $RABOTNIK_MESSAGE_BUS_HOST:$RABOTNIK_MESSAGE_BUS_PORT -- sleep 15; rcom --building-ids-file /data/buildings.txt --delay $RABOTNIK_MESSAGE_DELAY -- GitLab