mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-06-19 20:38:12 -06:00
Move .bashrc and .profile files to user's home directory Updating to version 3.0.20
This commit is contained in:
@ -41,6 +41,10 @@ RUN sudo chmod -R a+rwX /home
|
||||
|
||||
RUN sudo sysctl -w fs.inotify.max_user_watches=524288
|
||||
|
||||
ADD ./.bashrc /usr/bin/.bashrc
|
||||
RUN sudo chmod +x /usr/bin/.bashrc
|
||||
ADD ./.profile /usr/bin/.profile
|
||||
RUN sudo chmod +x /usr/bin/.profile
|
||||
ADD ./entrypoint.sh /usr/bin/entrypoint.sh
|
||||
RUN sudo chmod +x /usr/bin/entrypoint.sh
|
||||
|
||||
|
Reference in New Issue
Block a user