You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! This space is for issues with our documentation site content and functionality. Unfortunately, we are not able to offer support for your project here.
For support, please visit our Discord at https://astro.build/chat ! People will be happy to help with your project there!
i have a example with AstroJS with this my config
--------astro.config.mjs----------
-------- and Dockerfile-----------
problem is after build. my /dist folder don't have server folder so when I run docker , i received error
node:internal/modules/cjs/loader:1143 2024-06-07 17:50:30 throw err; 2024-06-07 17:50:30 ^ 2024-06-07 17:50:30 2024-06-07 17:50:30 Error: Cannot find module '/app/dist/server/entry.mjs' 2024-06-07 17:50:30 at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15) 2024-06-07 17:50:30 at Module._load (node:internal/modules/cjs/loader:981:27) 2024-06-07 17:50:30 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) 2024-06-07 17:50:30 at node:internal/main/run_main_module:28:49 { 2024-06-07 17:50:30 code: 'MODULE_NOT_FOUND', 2024-06-07 17:50:30 requireStack: [] 2024-06-07 17:50:30 } 2024-06-07 17:50:30 2024-06-07 17:50:30 Node.js v18.20.3
The text was updated successfully, but these errors were encountered: