Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Update docker entrypoint with REACT_APP_PASSCODE_MD5 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 1, 2024
1 parent 6d87ada commit 9902c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ REACT_APP_TITLE_HEADER="${REACT_APP_TITLE_HEADER}"
REACT_APP_GEMINI_API_SSE="${REACT_APP_GEMINI_API_SSE}"
REACT_APP_GEMINI_API_KEY="${REACT_APP_GEMINI_API_KEY}"
REACT_APP_GEMINI_API_URL="${REACT_APP_GEMINI_API_URL}"
REACT_APP_PASSCODE_MD5="${REACT_APP_PASSCODE_MD5}"
EOF

npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgemini",
"version": "0.2.1",
"version": "0.2.2",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 9902c2d

Please sign in to comment.