Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2023
2 parents 1445643 + 564147a commit 110c86b
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

1 comment on commit 110c86b

@vercel
Copy link

@vercel vercel bot commented on 110c86b Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.