From 13bdfa119deddefa9a791eee4778a638f8f30c21 Mon Sep 17 00:00:00 2001 From: per3evere Date: Fri, 23 Dec 2016 13:35:45 +0800 Subject: [PATCH] Update Dockerfile Replace tab with 4 spaces. --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 7450d8ea..b8f2c553 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -274,7 +274,7 @@ RUN echo "" >> ~/.bashrc && \ USER root RUN echo "" >> ~/.bashrc && \ - echo 'alias art="php artisan"' >> ~/.bashrc + echo 'alias art="php artisan"' >> ~/.bashrc # #--------------------------------------------------------------------------