refactor: hard-code the build service target name

This commit is contained in:
Oliver Davies 2023-03-17 14:58:51 +00:00
parent fd5af4f397
commit 7deddd4aa6

View file

@ -45,7 +45,7 @@ services:
<<: *default-app
build:
context: .
target: {{ dockerCompose.services.php.build.target }}
target: build
volumes:
- .:{{ project_root }}
{% if "database" in dockerCompose.services|keys -%}