Skip to content

Commit

Permalink
Merge pull request #5 from ailoha/main
Browse files Browse the repository at this point in the history
  • Loading branch information
iRedScarf authored Oct 5, 2023
2 parents 347c723 + 3b8e401 commit 6a1ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-env-replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for file in $(find ./dist -type f -name "*.mjs"); do
s/({}).HEAD_SCRIPTS/\"$head_scripts\"/g;
s/({}).PUBLIC_SECRET_KEY/\"$public_secret_key\"/g;
s/({}).OPENAI_API_MODEL/\"$openai_api_model\"/g;
s/process.env.SITE_PASSWORD/\"$site_password\"/g" $file > tmp
s/({}).SITE_PASSWORD/\"$site_password\"/g" $file > tmp
mv tmp $file
done

Expand Down

0 comments on commit 6a1ebf4

Please sign in to comment.