Skip to content

Commit

Permalink
fix: Include pages directory in final image (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Dec 7, 2023
1 parent 42ab22c commit 77408ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ parts:
npm ci
npm run build
cp -r .next ${CRAFT_PART_INSTALL}/app/
cp -r node_modules ${CRAFT_PART_INSTALL}/app/
cp package.json ${CRAFT_PART_INSTALL}/app/
cp -r pages ${CRAFT_PART_INSTALL}/app/

0 comments on commit 77408ea

Please sign in to comment.