getting-started-app icon indicating copy to clipboard operation
getting-started-app copied to clipboard

The container get exited in 1 second and I got the log from client

Open chpagy opened this issue 1 year ago • 0 comments

2024-03-27 23:54:24 node:internal/modules/cjs/loader:1143 2024-03-27 23:54:24 throw err; 2024-03-27 23:54:24 ^ 2024-03-27 23:54:24 2024-03-27 23:54:24 Error: Cannot find module '/app/src/index.js' 2024-03-27 23:54:24 at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15) 2024-03-27 23:54:24 at Module._load (node:internal/modules/cjs/loader:981:27) 2024-03-27 23:54:24 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) 2024-03-27 23:54:24 at node:internal/main/run_main_module:28:49 { 2024-03-27 23:54:24 code: 'MODULE_NOT_FOUND', 2024-03-27 23:54:24 requireStack: [] 2024-03-27 23:54:24 } 2024-03-27 23:54:24 2024-03-27 23:54:24 Node.js v18.20.0

chpagy avatar Mar 27 '24 16:03 chpagy