From 06d9f2111dfa0ecdbbdd9f5459142462abda91a7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 17 Oct 2021 09:50:22 +0200 Subject: [PATCH] Update Dockerfile --- wger/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wger/Dockerfile b/wger/Dockerfile index 44ff8d4af..0372fac36 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -13,13 +13,14 @@ 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 \ ############### # Adapt image # ############### # Correct data path + && ln -s /data /home/wger/src -VOLUME [ "/data" ] +VOLUME [ "/data" ] ### LABELS ARG BUILD_ARCH