mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(project) Chroma supports storing and modifying Docker image paths. The Java backend service has been enhanced with a MySQL client and name modification. (#1303)
This commit is contained in:
@@ -15,7 +15,7 @@ REM Function to build the Docker image
|
||||
:build_docker_image
|
||||
set "version=%1"
|
||||
echo Building Docker image: supersonic:%version%
|
||||
docker build --no-cache --build-arg SUPERSONIC_VERSION=%version% -t supersonic:%version% -f docker\Dockerfile .
|
||||
docker build --no-cache --build-arg SUPERSONIC_VERSION=%version% -t supersonicbi/supersonic:%version% -f docker\Dockerfile .
|
||||
if %errorlevel% neq 0 (
|
||||
echo Docker build failed. Exiting.
|
||||
exit /b 1
|
||||
|
||||
Reference in New Issue
Block a user