Added temp paths to avoid cross device issues
This commit is contained in:
parent
c8c5cbcd6c
commit
219697e2d1
@ -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" ]
|
||||
|
BIN
mystic.tar.gz
BIN
mystic.tar.gz
Binary file not shown.
Reference in New Issue
Block a user