Merge pull request #507 from WDZThorn/patch-1

Update Dockerfile
This commit is contained in:
Bo-Yi Wu 2016-12-24 07:00:02 -06:00 committed by GitHub
commit e78b3ff799

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
#
#--------------------------------------------------------------------------