Skip to main content

Dockerfile

You already have a project wrapped up in a docker container? Great! Just deploy that!

Boltic automatically detects your Dockerfile, builds it, and then deploys your app. Need some extra config? No sweat, we’ve got you covered.

tip

Dockerfile is the recommended and most flexible way to deploy your application to Boltic. It gives you more control over the build process and allows you to customize the environment to your needs.

By default, Boltic looks for a Dockerfile in the root of your project. In case your Dockerfile is located in a different directory, you can specify the path to the Dockerfile in the boltic.yaml file. Read more about this.