Update Dockerfile

Replace tab with 4 spaces.
This commit is contained in:
per3evere 2016-12-23 13:35:45 +08:00 committed by GitHub
parent 0eea7a639a
commit 13bdfa119d

View File

@ -274,7 +274,7 @@ RUN echo "" >> ~/.bashrc && \
USER root
RUN echo "" >> ~/.bashrc && \
echo 'alias art="php artisan"' >> ~/.bashrc
echo 'alias art="php artisan"' >> ~/.bashrc
#
#--------------------------------------------------------------------------