Add the obsidian link support to config also. Fix poll-for-db.

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-03 11:44:26 +02:00
parent 4c031c7699
commit 7a9dd6cd6f
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@ RUN bundle install --jobs 4
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && apt-get install -y yarn
RUN apt-get update && apt-get install -y yarn netcat
RUN mkdir /app/log