fixed database right
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 29s

This commit is contained in:
Alexis Bruneteau 2025-06-02 15:56:05 +02:00
parent f5560f4aea
commit dce634e106

View File

@ -54,7 +54,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
COPY --from=build /app /var/www COPY --from=build /app /var/www
RUN chown -R www-data:www-data storage bootstrap/cache database &&\ RUN chown -R www-data:www-data storage bootstrap/cache database &&\
chmod -R 755 /var/www/storage /var/www/bootstrap/cache chmod -R 755 /var/www/storage /var/www/bootstrap/cache database
# Copy custom nginx and supervisord config # Copy custom nginx and supervisord config