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
|
<<: *default-app
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: {{ dockerCompose.services.php.build.target }}
|
target: build
|
||||||
volumes:
|
volumes:
|
||||||
- .:{{ project_root }}
|
- .:{{ project_root }}
|
||||||
{% if "database" in dockerCompose.services|keys -%}
|
{% if "database" in dockerCompose.services|keys -%}
|
||||||
|
|
Loading…
Reference in a new issue