Configuration
bit-ship.yml
is a configuration file that allows you to customize your Bit-Ship environment.
version
The version of the configuration file. The current version is 1.0
.
tasks
The tasks
section allows you to define tasks that can be run using the Bit-Ship CLI.
image
image section is generated based on the analysis of your app. It contains the Docker image that will be used to run your app. You can change the image to a different one if you want to use a different base image.
dependencies
!!Change on own risk!!
Dependencies section is generated based on the analysis of your app. It contains the dependencies that will be installed in the Docker image. You can find available dependencies at bit-ship/tools