English
Appearance
npm run build
docker build -t your-app-name .
docker run -p 3000:3000 your-app-name
You can modify Dockerfile to achieve the functions you want
Dockerfile