Fix standalone build artifacts
- Remove public directory copy (doesn't exist) - Keep static files copy for standalone build
This commit is contained in:
@@ -10,7 +10,6 @@ frontend:
|
||||
build:
|
||||
commands:
|
||||
- npm run build
|
||||
- cp -r public .next/standalone/
|
||||
- cp -r .next/static .next/standalone/.next/
|
||||
artifacts:
|
||||
baseDirectory: .next/standalone
|
||||
|
||||
Reference in New Issue
Block a user