Build Settings
Last updated
Last updated
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.
Changed build settings are applied only for new builds you'll start.
Image is always used as a base layer for your builds. You can always manually choose the base image from those that we provide.
The most common use case for the install command is installing dependencies or any other packages/libraries your application requires.
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