mix nex.start
(nex_core v0.4.3)
Copy Markdown
Start Nex production server.
Usage
mix nex.startEnvironment Variables
PORT Port to listen on (default: 4000)
HOST Host to bind to (default: 0.0.0.0)Example
PORT=8080 mix nex.startThis command is designed for production deployment on platforms like:
- Railway
- Fly.io
- Docker containers
- Traditional VPS
Summary
Functions
Callback implementation for Mix.Task.run/1.
Functions
Callback implementation for Mix.Task.run/1.