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 # Bash
# #
RUN sed -i 's/^# export/export/g' ~/.bashrc \ RUN sed -i 's/^# export/export/g; \
&& sed -i 's/^# alias/alias/g' ~/.bashrc \ s/^# alias/alias/g;' ~/.bashrc \
&& echo "\n"'export PATH=/project/vendor/bin:$PATH'"\n" >> ~/.bashrc && echo "\n"'export PATH=/project/vendor/bin:$PATH'"\n" >> ~/.bashrc