link zum storage dir
This commit is contained in:
@@ -64,7 +64,8 @@ COPY --from=frontend_build /var/www/html/public/build /var/www/html/public/build
|
|||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
mkdir -p storage/app/public storage/logs bootstrap/cache; \
|
mkdir -p storage/app/public storage/logs bootstrap/cache; \
|
||||||
chown -R www-data:www-data storage bootstrap/cache
|
chown -R www-data:www-data storage bootstrap/cache; \
|
||||||
|
ln -snf /var/www/html/storage/app/public /var/www/html/public/storage
|
||||||
|
|
||||||
FROM php_build AS php_app
|
FROM php_build AS php_app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user