mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
fix bootstrap permission denied error
This commit is contained in:
@@ -15,6 +15,7 @@ WORKDIR /app
|
||||
ADD . /app
|
||||
RUN chown -R www-data:www-data /app
|
||||
RUN chmod 755 /app/storage
|
||||
RUN chmod 777 -R /app/bootstrap/cache
|
||||
|
||||
RUN composer install
|
||||
RUN php artisan clear-compiled
|
||||
|
||||
Reference in New Issue
Block a user