Fix: Build assets for Admin, Installer, and WebForm packages in Dockerfile
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m3s

This commit is contained in:
Cauê Faleiros
2026-02-04 10:40:50 -03:00
parent 564da06e67
commit 888f9ffa7e

View File

@@ -36,6 +36,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs \ && apt-get install -y nodejs \
&& npm install \ && npm install \
&& npm run build \ && npm run build \
&& npx vite build --config packages/Webkul/Admin/vite.config.js \
&& npx vite build --config packages/Webkul/Installer/vite.config.js \
&& npx vite build --config packages/Webkul/WebForm/vite.config.js \
&& rm -rf node_modules && rm -rf node_modules
# 5. Script de Entrada # 5. Script de Entrada