diff --git a/Dockerfile b/Dockerfile index 877cefc1..c00f945c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -29,10 +29,11 @@ ADD docker/apache.conf /etc/apache2/sites-enabled/000-default.conf WORKDIR /var/www/html COPY . /var/www/html +WORKDIR /var/www/app RUN mkdir -p storage/framework/{sessions,views,cache,cache/data} && \ chown -R www-data:www-data storage/framework && \ chmod -R 775 storage -RUN php artisan cache:clear && \ - php artisan config:clear && \ - php artisan view:clear +#RUN php artisan cache:clear && \ +# php artisan config:clear && \ +# php artisan view:clear