diff --git a/Dockerfile b/Dockerfile index c31e6f0..4d58aca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,9 @@ VOLUME ["/mystic/data"] # Enable custom scripts to live in the data dir RUN ln -sf ../data/scripts /mystic/scripts/custom +# Fix temp locations +RUN ln -s data/tempftn /mystic/tempftn && ln -s data/tempmis /mystic/tempmis && ln -s data/temputil /mystic/temputil + COPY init /sbin/init ENTRYPOINT [ "/sbin/init" ] CMD [ "start" ] diff --git a/mystic.tar.gz b/mystic.tar.gz index c2885fb..6d36e46 100644 Binary files a/mystic.tar.gz and b/mystic.tar.gz differ