mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
refactor: hard-code the build service target name
This commit is contained in:
parent
fd5af4f397
commit
7deddd4aa6
|
@ -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 -%}
|
||||
|
|
Loading…
Reference in a new issue