Docker - Dockerfile - minor update

This commit is contained in:
Meritoo
2018-01-27 13:10:14 +01:00
parent 470b8244ec
commit ad64d2e02a

View File

@@ -111,6 +111,6 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
#
# Bash
#
RUN sed -i 's/^# export/export/g' ~/.bashrc \
&& sed -i 's/^# alias/alias/g' ~/.bashrc \
RUN sed -i 's/^# export/export/g; \
s/^# alias/alias/g;' ~/.bashrc \
&& echo "\n"'export PATH=/project/vendor/bin:$PATH'"\n" >> ~/.bashrc