简体中文
Appearance
npm run build
docker build -t your-app-name .
docker run -p 3000:3000 your-app-name
你可以修改 Dockerfile 来实现你想要的功能
Dockerfile