Update deployment files: fix nginx proxy, update SQL schema, consolidate to single images tar
This commit is contained in:
@@ -24,9 +24,9 @@ if %errorlevel% neq 0 (
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
REM Check if serpentRaceDocker.tar exists
|
||||
if not exist "serpentRaceDocker.tar" (
|
||||
echo [ERROR] serpentRaceDocker.tar not found!
|
||||
REM Check if serpentrace-images.tar exists
|
||||
if not exist "serpentrace-images.tar" (
|
||||
echo [ERROR] serpentrace-images.tar not found!
|
||||
echo Please ensure the tar file is in the same directory as this script.
|
||||
pause
|
||||
exit /b 1
|
||||
@@ -40,8 +40,8 @@ if not exist ".env.server" (
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
echo [INFO] Loading Docker images from serpentRaceDocker.tar...
|
||||
docker load -i serpentRaceDocker.tar
|
||||
echo [INFO] Loading Docker images from serpentrace-images.tar...
|
||||
docker load -i serpentrace-images.tar
|
||||
if %errorlevel% neq 0 (
|
||||
echo [ERROR] Failed to load Docker images!
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user