From cb8bf3ace7624f169e77818f2d9da0087ff8b955 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Thu, 7 Apr 2022 21:28:51 +1000 Subject: [PATCH] fix (build): start from fresh config --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 24e75938..5d081500 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -53,7 +53,8 @@ RUN apt-get update > /dev/null && \ rm -rf /tmp/* USER filestash -RUN timeout 1 /app/filestash | grep -q start +RUN timeout 1 /app/filestash | grep -q start && \ + rm /app/data/state/config/config.json EXPOSE 8334 VOLUME ["/app/data/state/"]