Build Settings

Build settings refer to the configuration options and parameters that determine how a software project is built, compiled, and packaged into an executable form, allowing developers to customize various aspects of the build process.

Overview

Changed build settings are applied only for new builds you'll start.

Image

Image is always used as a base layer for your builds. You can always manually choose the base image from those that we provide.

Install commands

The most common use case for the install command is installing dependencies or any other packages/libraries your application requires.

Run commands

This field you can use for all commands that start the application or commands that need to be executed before.

Examples:

  • start a web server

  • run migration

Last updated