Added temp paths to avoid cross device issues

This commit is contained in:
Deon George 2019-02-16 21:48:16 +11:00
parent c8c5cbcd6c
commit 219697e2d1
2 changed files with 3 additions and 0 deletions

View File

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

Binary file not shown.