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:
|
build:
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
- cp -r public .next/standalone/
|
|
||||||
- cp -r .next/static .next/standalone/.next/
|
- cp -r .next/static .next/standalone/.next/
|
||||||
artifacts:
|
artifacts:
|
||||||
baseDirectory: .next/standalone
|
baseDirectory: .next/standalone
|
||||||
|
|||||||
Reference in New Issue
Block a user