Skip to content

Commit

Permalink
FIX export varaibles for ide debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 20, 2022
1 parent 32beb9a commit 42ec8fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export GIT_TAG

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

help:
@echo 'For convenience'
Expand Down

0 comments on commit 42ec8fa

Please sign in to comment.