# Deploy The `deploy` command is used to get the Dockerfile to deploy your Serinus application. ## Usage To get the Dockerfile to deploy your Serinus application, run the following command: ```bash serinus deploy ``` ## Options The `deploy` command has the following options: | Option | Description | Default | | --- | --- | --- | | `--output` | The name of the output file | app | | `--port` | The port to expose the application on | 3000 |