Skip to content

Commit 953bc9c

Browse files
committed
feat: add environment variables for docker
1 parent b6d6943 commit 953bc9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Export variables
2+
export UID := $(shell id -u)
3+
export GID := $(shell id -g)
4+
15
# Add a help target to a Makefile that will allow all targets to be self documenting
26
# https://gist.github.com/prwhite/8168133
37
all:

0 commit comments

Comments
 (0)