mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-18 04:27:24 +00:00
feat(buildpack): add Railpack as a build pack option
This commit is contained in:
@@ -8,4 +8,5 @@ enum BuildPackTypes: string
|
||||
case STATIC = 'static';
|
||||
case DOCKERFILE = 'dockerfile';
|
||||
case DOCKERCOMPOSE = 'dockercompose';
|
||||
case RAILPACK = 'railpack';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user