Updates for resolving filessystem

This commit is contained in:
David Bomba
2024-11-24 19:56:02 +11:00
parent 9ed63a6762
commit 83f17aa669
4 changed files with 21 additions and 11 deletions

4
debian/Dockerfile vendored
View File

@@ -120,6 +120,8 @@ RUN set -eux; \
curl -L "$DOWNLOAD_URL" | tar -xvz -C /var/www/html && \
chown -R www-data:www-data /var/www/html
USER www-data
# Install dependencies
RUN composer install --no-dev --no-scripts --no-autoloader
@@ -131,6 +133,8 @@ RUN composer dump-autoload --optimize \
&& php artisan route:cache \
&& php artisan storage:link
USER root
# Setup supervisor
COPY supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf