1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

pyenv and others

This commit is contained in:
J. Fernando Sánchez
2015-04-13 10:47:46 +02:00
parent 95427a4a87
commit 9a934dc351
6 changed files with 26 additions and 15 deletions

View File

@@ -49,6 +49,8 @@ RUN chsh dev -s /usr/bin/zsh
RUN chown -R dev: /home/dev
RUN chown -R dev: /usr/local/
RUN echo "dev ALL = NOPASSWD: ALL" >> /etc/sudoers
USER dev
WORKDIR /home/dev/app
ENTRYPOINT ["zsh"]
USER dev