Skip to content

feat(rails): support dockerfile builds

Michael requested to merge feat/rails-dockerfile-support into main

When a Dockerfile is present use it to create the container instead of always using Clound Native Buildpacks in the rails build type.

Merge request reports