docker / getting-started-app

A simple application for the getting started guide in Docker's documentation
102 stars 865 forks source link

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

Open chpagy opened 6 months ago

chpagy commented 6 months ago

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