Hello Yay108
cool que tu testes la v3 avec docker
j'ai testé ce que doit faire ton docker:
➜ ~ nvm use 20
Now using node v20.5.1 (npm v9.8.0)
➜ ~ npx @silexlabs/silex@3.0.0-alpha.123 start
Need to install the following packages:
@silexlabs/silex@3.0.0-alpha.123
Ok to proceed? (y) y
npm WARN deprecated crypto@1.0.1: This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in.
npm WARN deprecated backbone-undo@0.2.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Redefining __dirname /home/lexoyo/src/ts/server/connectors
> No .env file found in current directory
> Default env vars loaded
body-parser deprecated undefined extended: provide extended option .npm/_npx/c7ead5a9aa2662e1/node_modules/@silexlabs/silex/dist/server/server/express.js:27:35
> Session name: silex-session
> Loading config /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@silexlabs/silex/.silex.js
> [StaticPlugin] Serving static files
> [SslPlugin] Force SSL option is disabled, env var SILEX_FORCE_HTTPS not set
> [SslPlugin] Certificate disabled, env vars SILEX_SSL_CERTIFICATE and SILEX_SSL_PRIVATE_KEY not set
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@silexlabs/silex/public on /
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@fortawesome/fontawesome-free/css/ on /css/
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@fortawesome/fontawesome-free/webfonts/ on /webfonts/
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@fontsource/ubuntu/files/ on /css/files/
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@silexlabs/silex/dist/client on /
> [StaticPlugin] Serving static files from /home/lexoyo/.npm/_npx/c7ead5a9aa2662e1/node_modules/@silexlabs/silex/dist/plugins/client on /
I'm ready, listening to port 6805
tu as quoi dans ton dockerfile? c'est celui du repo silex?