Skip to content

Commit 213316d

Browse files
author
Model Monster
committed
Add COMPOSE_PROJECT_NAME to .env file creation
1 parent aeb2faf commit 213316d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ envfile:
6262
@if test -f ${ENV_FILE}; then echo ".env file exists already"; exit 1; fi
6363
@mkdir -p $(shell dirname ${ENV_FILE}) && touch ${ENV_FILE}
6464
@echo SECRET_KEY=\"${GET_SECRET_KEY}\" > ${ENV_FILE}
65+
@echo COMPOSE_PROJECT_NAME=\"scancodeio\" >> ${ENV_FILE}
6566

6667
doc8:
6768
@echo "-> Run doc8 validation"

0 commit comments

Comments
 (0)