Fix build failures
This commit is contained in:
+4
-1
@@ -55,10 +55,13 @@ RUN composer install \
|
||||
--optimize-autoloader
|
||||
|
||||
RUN mkdir -p \
|
||||
storage/app \
|
||||
storage/framework/cache/data \
|
||||
storage/framework/sessions \
|
||||
storage/framework/views \
|
||||
storage/logs \
|
||||
bootstrap/cache \
|
||||
&& chown -R www-data:www-data storage bootstrap/cache \
|
||||
&& chmod -R ug+rwx storage bootstrap/cache
|
||||
&& chmod -R ug+rwX storage bootstrap/cache
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user