change some stuff

This commit is contained in:
2024-12-06 14:24:30 +01:00
parent fdd5cd7bdc
commit 7aff29aa6b
2 changed files with 6 additions and 2 deletions

View File

@ -18,3 +18,7 @@ RUN pecl install apcu && docker-php-ext-enable apcu
WORKDIR /var/www/project
RUN composer install --optimize-autoloader --no-suggest --no-progress
RUN composer dump-env prod
RUN php bin/console tailwind:build
RUN mkdir -p /var/www/data
RUN chmod www-data:www-data /var/www/data