fixed migration
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 2m22s

This commit is contained in:
Alexis Bruneteau 2025-06-02 15:48:08 +02:00
parent 0145fa9bba
commit c25feba3cf

View File

@ -58,6 +58,8 @@ RUN adduser -D -g '' www && \
chown -R www:www /var/www && \
chmod -R 755 /var/www/storage /var/www/bootstrap/cache
RUN chown -R www-data:www-data storage bootstrap/cache database
# Copy custom nginx and supervisord config
COPY deploy/nginx.conf /etc/nginx/nginx.conf
COPY deploy/supervisord.conf /etc/supervisord.conf