Update docker-entrypoint.sh

This commit is contained in:
Animan8000 2025-04-30 03:48:38 -07:00
parent 0b1c1d1bf0
commit 1c61993f30

View File

@ -19,5 +19,6 @@ do
mv config.tmp config.json mv config.tmp config.json
done done
npm install npm i --omit=dev
exec npm run dev npm run build
exec npm run start