Removal of single player Docker container force recreate due to delays
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ start:
|
|||||||
docker-compose --file docker-compose.yml up --force-recreate --remove-orphans -d
|
docker-compose --file docker-compose.yml up --force-recreate --remove-orphans -d
|
||||||
|
|
||||||
start-single-player:
|
start-single-player:
|
||||||
docker-compose --file docker-compose-single-player.yml up --force-recreate --remove-orphans -d
|
docker-compose --file docker-compose-single-player.yml up -d
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
@docker-compose down -v
|
@docker-compose down -v
|
||||||
|
|||||||
@@ -256,7 +256,7 @@ echo:
|
|||||||
echo Extracting client cache
|
echo Extracting client cache
|
||||||
echo:
|
echo:
|
||||||
md "%HOMEPATH%/OpenRSC"
|
md "%HOMEPATH%/OpenRSC"
|
||||||
7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r > NULL
|
7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC"
|
||||||
echo:
|
echo:
|
||||||
echo:
|
echo:
|
||||||
echo First time setup is now complete. Go ahead and open "Start_Single_Player_Game_Windows.cmd" now.
|
echo First time setup is now complete. Go ahead and open "Start_Single_Player_Game_Windows.cmd" now.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ echo Removing old then extracting a fresh client cache to your home folder.
|
|||||||
echo Removing old then extracting a fresh client cache to your home folder.
|
echo Removing old then extracting a fresh client cache to your home folder.
|
||||||
echo:
|
echo:
|
||||||
rmdir "%HOMEPATH%/OpenRSC" /s /Q
|
rmdir "%HOMEPATH%/OpenRSC" /s /Q
|
||||||
md "%HOMEPATH%/OpenRSC"
|
md "%HOMEPATH%/OpenRSC"
|
||||||
7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r
|
7z x "Game/client/cache.zip" -o"%HOMEPATH%/OpenRSC" -r
|
||||||
echo:
|
echo:
|
||||||
echo:
|
echo:
|
||||||
|
|||||||
Reference in New Issue
Block a user