Buildpacks
FL0's build system supports many languages automatically. This section of the documentation explains how each buildpack works and how you can configure it.
Buildpacks
Read more about FL0's supported buildpacks at the links below:
📄️ .NET Core
The .NET buildpack will automatically be applied as long as your project has one or more of the following:
📄️ Go
Features
📄️ Java
The Java buildpack will automatically detect the type of project and artifacts. However, you can override the default settings through the many build arguments available.
📄️ Node.js
The Node.js buildpack will automatically be applied as long as your project has one or more of the following:
📄️ PHP
PHP applications can be deployed on FL0 using a Dockerfile. This page contains some examples of common scenarios.
📄️ Python
Deploying a Python web service on FL0 is straightforward - most Python packaging tools are supported, and all web-frameworks are supported.
📄️ Ruby
Deploying your Ruby app on FL0 is easy. Follow this guide to configure your codebase correctly.
📄️ Static Sites
The Static Sites buildpack allows you to serve HTML/CSS/JS from a folder using either HTTPD or Nginx.