Skip to content

Commit

Permalink
Change the permissions under the user home directory from root: root …
Browse files Browse the repository at this point in the history
…to mimixbox: mimixbox.
  • Loading branch information
nao1215 committed Dec 2, 2021
1 parent 103e2c5 commit 13890f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN git clone https://github.com/shellspec/shellspec.git && \

RUN echo "#!/bin/bash" > ${IT_SHELL} && \
echo "cd /home/mimixbox/integration_tests && shellspec\n" >> ${IT_SHELL} && \
chmod a+x ${IT_SHELL}
chmod a+x ${IT_SHELL} && \
chown -R mimixbox:mimixbox /home/mimixbox/.

# If you want to administrator privileges, you become the root user.
# RUN echo "mimixbox ALL=(ALL) ALL" >> /etc/sudoers
Expand Down

0 comments on commit 13890f9

Please sign in to comment.