chown to user spacemacs dir

This commit is contained in:
JAremko 2016-11-02 16:03:39 +02:00 committed by syl20bnr
parent 4e5f351591
commit f1982f5b79

View file

@ -57,7 +57,8 @@ ONBUILD RUN ($ ["echo" \
"rm ~/.emacs.d/.cache/recentf" \
`("mv ~/.emacs.d %s" ,(dir $UHOME)) \
`("mv ~/.spacemacs %s" ,(dir $UHOME)) \
"chown ${UID}:${GID} -R \"${UHOME}\" \"${WORKSPACE}\"")
"chown ${UID}:${GID} -R \"${UHOME}\" \"${WORKSPACE}\"" \
"chown ${UID}:${GID} -R /usr/local/spacemacs/")
ONBUILD COPY .spacemacs "${UHOME}/.spacemacs"
ONBUILD COPY pub-keys /etc/pub-keys