mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
update dockerfile to fix permission error
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
|
||||
RUN docker-php-ext-install pdo pdo_mysql zip gd
|
||||
WORKDIR /var/www
|
||||
COPY . /var/www
|
||||
RUN chmod -R 777 /var/www/storage
|
||||
RUN chown -R www-data:www-data /var/www
|
||||
|
||||
RUN composer install
|
||||
RUN php artisan clear-compiled
|
||||
|
||||
Reference in New Issue
Block a user