diff --git a/Jenkinsfile b/Jenkinsfile index efe56d9..6b7c6b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ agent any sh 'npm install' sh 'npm run build' sh 'cp -r public .next/standalone' - sh 'cp -r .next/static .next/standalone/.next' + sh 'mkdir -p .next/standalone/public/_next cp -r .next/static .next/standalone/public_next' sh ' tar -C .next -cf subman.tar.gz standalone ' } }