From cf18917a39b00a2cd743dd44d2c26c58eb85540c Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 14 Sep 2018 21:17:16 +1000 Subject: [PATCH] Added custom scripts in data --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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