mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
chore: improve docker setup (#1150)
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -10,7 +10,7 @@ export LC_CTYPE=C
|
||||
echo -e "\nNEXT_PUBLIC_API_BASE_URL=$1" >> ./.env
|
||||
|
||||
# Generate the SECRET_KEY that will be used by django
|
||||
echo -e "SECRET_KEY=\"$(tr -dc 'a-z0-9!@#$%^&*(-_=+)' < /dev/urandom | head -c50)\"" >> ./.env
|
||||
echo -e "SECRET_KEY=\"$(tr -dc 'a-z0-9' < /dev/urandom | head -c50)\"" >> ./.env
|
||||
|
||||
# WEB_URL for email redirection and image saving
|
||||
echo -e "WEB_URL=$1" >> ./.env
|
||||
|
||||
Reference in New Issue
Block a user