540 added alias support (#557)
* 540 added alias support * Updated aliases, added content to README.md
This commit is contained in:

committed by
Philippe Trépanier

parent
4c8e09526d
commit
b52dcd4a19
@ -82,6 +82,17 @@ USER root
|
||||
COPY ./crontab /etc/cron.d
|
||||
RUN chmod -R 644 /etc/cron.d
|
||||
|
||||
#####################################
|
||||
# User Aliases
|
||||
#####################################
|
||||
USER root
|
||||
|
||||
COPY ./aliases.sh /home/laradock/aliases.sh
|
||||
RUN echo "" >> ~/.bashrc
|
||||
RUN echo "# Load Custom Aliases" >> ~/.bashrc
|
||||
RUN echo "source /home/laradock/aliases.sh" >> ~/.bashrc
|
||||
RUN echo "" >> ~/.bashrc
|
||||
|
||||
#####################################
|
||||
# xDebug:
|
||||
#####################################
|
||||
|
Reference in New Issue
Block a user