Skip to content

Commit 42ec8fa

Browse files
committed
FIX export varaibles for ide debugging
1 parent 32beb9a commit 42ec8fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export GIT_TAG
1616

1717
TRAEFIK_PORT := $(shell if [ "$$ANUBIS_IDE" = "1" ]; then echo 8000; else echo 80; fi)
1818
ANUBIS_UID := $(shell if [ "$$ANUBIS_IDE" = "1" ]; then echo 1001; else echo 1000; fi)
19+
export TRAEFIK_PORT
20+
export ANUBIS_UID
1921

2022
help:
2123
@echo 'For convenience'

0 commit comments

Comments
 (0)