fix: deploy
All checks were successful
Deploy / deploy (push) Successful in 3m58s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-03-10 23:28:57 +01:00
parent 751fb1e74b
commit 19f1633c7a

View File

@@ -36,7 +36,7 @@ task('deploy:vendors', function () {
// mangarr_node_modules volume = cache npm entre les déploiements // mangarr_node_modules volume = cache npm entre les déploiements
desc('Build Webpack Encore assets'); desc('Build Webpack Encore assets');
task('webpack_encore:build', function () { task('webpack_encore:build', function () {
run('docker run --rm --user $(id -u):$(id -g) -e npm_config_cache=/tmp/npm-cache -v {{release_path}}:/app -w /app node:22-alpine sh -c "npm install && npm run build"'); run('docker run --rm --user $(id -u):$(id -g) -e npm_config_cache=/tmp/npm-cache -e PUPPETEER_SKIP_DOWNLOAD=1 -v {{release_path}}:/app -w /app node:22-alpine sh -c "npm install && npm run build"');
}); });
// Restart Docker containers (entrypoint gère les migrations automatiquement) // Restart Docker containers (entrypoint gère les migrations automatiquement)