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

View File

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