[provisioning] chown the dotfiles folder in the docker image

This commit is contained in:
Correl Roush 2018-02-23 20:13:38 -05:00
parent c61f90c45d
commit 2bc02012a2

View file

@ -10,5 +10,6 @@ RUN localedef -i en_US -f UTF-8 en_US.UTF-8 \
USER correl
WORKDIR /home/correl
COPY . /home/correl/dotfiles
RUN DEBUG=1 /home/correl/dotfiles/provision.sh
RUN sudo chown -R correl:correl . \
&& /home/correl/dotfiles/provision.sh -D
CMD ["/usr/bin/zsh"]