still retarded ngl
All checks were successful
build / build (push) Successful in 4m45s

This commit is contained in:
Constantin Simonis 2024-12-06 15:04:09 +01:00
parent e436709ea3
commit f34265ab8e
Signed by: csimonis
GPG Key ID: 758DD9C506603183

View File

@ -20,6 +20,7 @@ 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 php bin/console asset-map:compile
RUN mkdir -p /var/www/data
RUN chown -R www-data:www-data /var/www/data
RUN chown -R www-data:www-data .