mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix permission denined issue
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ RUN docker-php-ext-install pdo pdo_mysql zip gd
|
||||
WORKDIR /var/www
|
||||
COPY . /var/www
|
||||
RUN chown -R www-data:www-data /var/www
|
||||
RUN chmod -Rf 777 /var/www/storage/logs/laravel.log
|
||||
RUN chmod 777 /var/www/storage/logs/laravel.log
|
||||
|
||||
RUN composer install
|
||||
RUN php artisan clear-compiled
|
||||
|
||||
Reference in New Issue
Block a user