Updated Setup script workflows

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-01-14 17:32:57 +05:30
parent 2cff7b90a3
commit ed929320ec
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ rm -rf $ENV_PATH
# Save the input to a file
echo "BASIC_USERNAME=$username" >> $ENV_PATH
echo "BASIC_PASSWORD=$password" >> $ENV_PATH
echo "PORT=$port" >> $ENV_PATH
echo "CS_PORT=$port" >> $ENV_PATH
sed "s/0000/$port/g" packages/config-store/Dockerfile.example > packages/config-store/Dockerfile