mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 19:19:30 +00:00
[provisioning] chown the dotfiles folder in the docker image
This commit is contained in:
parent
c61f90c45d
commit
2bc02012a2
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue