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
done
npm install
exec npm run dev
npm i --omit=dev
npm run build
exec npm run start