forked from UKSOURCE/ipv6
init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "=== Next.js Standalone Build ==="
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
echo "Copying required files..."
|
||||
|
||||
# CHỈ cần 2 dòng này
|
||||
cp -r .next/static .next/standalone/.next/
|
||||
cp -r public .next/standalone/
|
||||
|
||||
echo "Done"
|
||||
Reference in New Issue
Block a user