chore: export DOCKER_UID

This commit is contained in:
Oliver Davies 2023-03-03 21:46:06 +00:00
parent a70557d2d5
commit 38cfb31b2a

View file

@ -1,4 +1,4 @@
DOCKER_UID=1000
export DOCKER_UID=1000
{% if dockerCompose %}
export COMPOSE_PROJECT_NAME={{ name }}