Building for Production
Create production builds
Basic Build
Bash
qctl buildThis creates a production-ready JAR in target/.
Options
| Flag | Description |
|---|---|
--skip-tests | Skip test execution |
--profile | Build profile |
--docker | Build Docker image |
Docker Build
Bash
qctl build --dockerCreates a Docker image tagged with your project name.
Deployment
The built JAR can be deployed anywhere Java runs:
Bash
java -jar target/my-app.jarOr use our managed hosting with qRun.