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