#4 [9/9] RUN npm run build
#4 sha256:0fe8ab14dc2301ac8aaaf368f0a3e3be4bdb196f812e8b09835bf029f0b62ccd
#4 0.529
#4 0.529 > curator@0.0.0 build
#4 0.529 > cross-env NUXT_APP_BASE_URL=/curator-ui/ nuxt build --verbose
#4 0.529
#4 0.914 Nuxt 3.11.2 with Nitro 2.9.6
#4 4.763 ℹ Building client...
#4 4.779 ℹ vite v5.2.8 building for production...
#4 4.823 ℹ transforming...
#4 16.33 ℹ ✓ 854 modules transformed.
#4 16.78 Inspect report generated at /app/.nuxt/analyze/.vite-inspect
#4 17.44 ℹ rendering chunks...
#4 18.05 ℹ computing gzip size...
#4 18.19 ℹ .nuxt/dist/client/manifest.json 10.12 kB │ gzip: 1.49 kB
#4 18.19 ℹ .nuxt/dist/client/_nuxt/LoadingOverlay.CN2Vr0U1.css 0.08 kB │ gzip: 0.10 kB
... This continues with a bunch of nuxt items ...
#4 18.23 ℹ .nuxt/dist/client/_nuxt/C47_dAMR.js 535.55 kB │ gzip: 175.07 kB
#4 18.23 ℹ .nuxt/dist/client/_nuxt/DrsPblm4.js 917.27 kB │ gzip: 305.09 kB
#4 18.23 ℹ ✓ built in 13.46s
#4 18.24 ✔ Client built in 13472ms
#4 18.24 ℹ Building server...
#4 18.24 ℹ vite v5.2.8 building SSR bundle for production...
#4 18.35 ℹ transforming...
#4 30.21 ℹ ✓ 713 modules transformed.
#4 31.25 Inspect report generated at /app/.nuxt/analyze/.vite-inspect
#4 32.45 ℹ rendering chunks...
#4 33.29 ℹ .nuxt/dist/server/_nuxt/_id_-styles.CNX6znJC.mjs 0.08 kB
#4 33.29 ℹ .nuxt/dist/server/_nuxt/_id_-styles.aREm4Hto.mjs 0.08 kB
... This continues with a bunch of chunks ...
#4 33.41 ℹ .nuxt/dist/server/_nuxt/entry-styles-1.mjs-Cf-N_X7E.js 242.99 kB │ map: 0.11 kB
#4 33.41 ℹ .nuxt/dist/server/server.mjs 790.34 kB │ map: 1,596.65 kB
#4 33.41 ℹ ✓ built in 15.17s
#4 33.43 ✔ Server built in 15191ms
#4 33.53 [nitro] ✔ Generated public .output/public
#4 33.54 [nitro] ℹ Building Nuxt Nitro server (preset: node-server)
#4 200.8 [nitro] ✔ Nuxt Nitro server built
#4 ERROR: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
------
> [9/9] RUN npm run build:
------
process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
On a successful local build, the logs will continue at the error point by listing all the chunks built by the nitro server, giving the total size, and showing a command for previewing the application.