mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 01:04:39 +01:00
fix (build): start from fresh config
This commit is contained in:
parent
84aaea4008
commit
cb8bf3ace7
1 changed files with 2 additions and 1 deletions
|
|
@ -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/"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue