Add support for Dockerfile target build

This commit is contained in:
Andras Bacsai
2023-11-07 13:49:15 +01:00
parent b01f6ac414
commit a7f9fad627
4 changed files with 38 additions and 2 deletions

View File

@@ -72,6 +72,7 @@
<x-forms.input placeholder="/Dockerfile" id="application.dockerfile_location"
label="Dockerfile Location"
helper="It is calculated together with the Base Directory: {{ Str::start($application->base_directory . $application->dockerfile_location, '/') }}" />
<x-forms.input id="application.dockerfile_target_build" label="Docker Build Stage Target" helper="Useful if you have multi-staged dockerfile." />
@endif
@if ($application->could_set_build_commands())
@if ($application->settings->is_static)