Fix: Build assets for Admin, Installer, and WebForm packages in Dockerfile
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m3s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 2m3s
This commit is contained in:
@@ -36,6 +36,9 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& npm install \
|
||||
&& 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
|
||||
|
||||
# 5. Script de Entrada
|
||||
|
||||
Reference in New Issue
Block a user