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

This commit is contained in:
Alexis Bruneteau 2025-06-02 15:54:58 +02:00
parent ed11575200
commit f5560f4aea

View File

@ -53,7 +53,7 @@ RUN docker-php-ext-configure gd --with-freetype --with-jpeg && \
# Copy files from build stage
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