feat: Update Docker deployment scripts and configurations for default admin account creation
This commit is contained in:
@@ -4,7 +4,7 @@ REM Usage: deploy.bat [git_repo_url] [branch] [commit_hash]
|
||||
|
||||
set GIT_REPO_URL=%1
|
||||
set GIT_BRANCH=%2
|
||||
if "%GIT_BRANCH%"=="" set GIT_BRANCH=main
|
||||
if "%GIT_BRANCH%"=="" set GIT_BRANCH=ui-fix
|
||||
set GIT_COMMIT=%3
|
||||
|
||||
if "%GIT_REPO_URL%"=="" (
|
||||
|
||||
Reference in New Issue
Block a user