diff --git a/Jenkinsfile b/Jenkinsfile index 1ee2541..856d067 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ agent any sh 'cp -r public standalone/' sh 'cp -r prisma standalone/' sh 'cp -r .next/static standalone/.next/' - sh 'cp -r .next/standalone/** standalone/' + sh 'cp -r .next/standalone/ standalone/' sh ' tar -cf subman.tar.gz standalone ' sh 'rm -r standalone' }