From 9bfbdd1d902521976d12f7c968feb3327b949522 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Aug 2021 15:05:54 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index c09d1b7dd..3d62968c2 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -22,10 +22,12 @@ RUN \ | tar -xzf - --strip 1 -C /tmp/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ - && rm -rf /tmp/bashio + && rm -rf /tmp/bashio \ ################### # Configure image # ################### + && touch /data/options.json \ + && chmod u+r /data/options.json || true # Copy root filesystem ARG user=joplin