mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
fix: custom dockerfile location for dockerfile buildpack
fix: able to use custom port for git cloning
This commit is contained in:
@@ -23,6 +23,7 @@ return new class extends Migration
|
||||
$table->string('git_repository');
|
||||
$table->string('git_branch');
|
||||
$table->string('git_commit_sha')->default('HEAD');
|
||||
// TODO: remove this column, it is not used
|
||||
$table->string('git_full_url')->nullable();
|
||||
|
||||
$table->string('docker_registry_image_name')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user