fix (build): start from fresh config

This commit is contained in:
Mickael Kerjean 2022-04-07 21:28:51 +10:00
parent 84aaea4008
commit cb8bf3ace7

View file

@ -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/"]