Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
12
research/chatwoot/docker/entrypoints/vite.sh
Executable file
12
research/chatwoot/docker/entrypoints/vite.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
rm -rf /app/tmp/pids/server.pid
|
||||
rm -rf /app/tmp/cache/*
|
||||
|
||||
pnpm store prune
|
||||
pnpm install --force
|
||||
|
||||
echo "Ready to run Vite development server."
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user