mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
fix: add DOCKER_UID
argument
This commit is contained in:
parent
fc8474d198
commit
eb01ae0790
|
@ -49,6 +49,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
target: build
|
target: build
|
||||||
|
args:
|
||||||
|
- "DOCKER_UID=${DOCKER_UID:-1000}"
|
||||||
volumes:
|
volumes:
|
||||||
- .:{{ project_root }}
|
- .:{{ project_root }}
|
||||||
{% if "database" in dockerCompose.services|keys -%}
|
{% if "database" in dockerCompose.services|keys -%}
|
||||||
|
|
Loading…
Reference in a new issue