diff --git a/Dockerfile b/Dockerfile index 3c0db0e..6d852a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,3 +31,6 @@ CMD [ "start" ] ADD mystic.tar.gz / VOLUME ["/mystic/data"] + +# Enable custom scripts to live in the data dir +RUN ln -sf ../data/scripts /mystic/scripts/custom