Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Node version in Dockerfile to **23**-alpine
and modify npm start command. - Update `FROM node:21-alpine` to `FROM node:23-alpine`. - Update `RUN sed -i ... package.json` to replace `vite --force` with `vite --force --host`. - Update `CMD [ "npm", "start" ]` to `CMD [ "npm", "run", "dev" ]`.
- Loading branch information