yarn build rm -rf ../start mkdir ../start cp next.config.js ../start cp -R public ../start cp package.json ../start/package.json cp -R .next/standalone/* ../start cp -R .next/standalone/.next ../start mkdir ../start/.next/static cp -R .next/static/* ../start/.next/static cd ../start node server.js