Add daemon loop

This commit is contained in:
Patrick Jentsch
2020-11-13 15:01:53 +01:00
parent 5427698a47
commit 19338ba8d5
5 changed files with 29 additions and 14 deletions

View File

@ -17,7 +17,6 @@ RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
build-essential \
libpq-dev \
wait-for-it \
&& rm -r /var/lib/apt/lists/*