FROM subhashdasyam/drivethrough:frontendvoice WORKDIR /app/drive-through-ai RUN npm install @heroicons/react@v1 RUN chown -R node:node /app USER node CMD ["npm", "run", "dev", "--", "--host"]