FROM node:22.17.0-alpine WORKDIR /var/www/html/ CMD npm install && npm run dev -- --host 0.0.0.0