chore: force pnpm install in vite docker (#10367)

- Force `pnpm install` during vite docker image
This commit is contained in:
Vishnu Narayanan 2024-10-29 17:13:17 +05:30 committed by GitHub
parent 87719a8fcd
commit 6da6a80ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ rm -rf /app/tmp/pids/server.pid
rm -rf /app/tmp/cache/* rm -rf /app/tmp/cache/*
pnpm store prune pnpm store prune
pnpm install pnpm install --force
echo "Ready to run Vite development server." echo "Ready to run Vite development server."