Minimal Docker images required for single player deployment

This commit is contained in:
Marwolf
2018-08-10 21:39:27 -04:00
parent 62173da050
commit e0e8d09c81
4 changed files with 47 additions and 8 deletions

View File

@@ -185,11 +185,6 @@ echo:
make stop
echo:
echo:
echo Starting Docker containers and downloading what is needed. This may take a while the first time.
echo:
make start
echo:
echo:
:edition
echo:
@@ -213,6 +208,12 @@ goto edition
:game
echo:
echo Starting Docker containers and downloading what is needed. This may take a while the first time.
echo:
make stop
make start-single-player
echo:
echo:
echo Downloading a copy of the Game repository
echo:
make clone-windows-game
@@ -229,6 +230,12 @@ goto final
:gameweb
echo:
echo Starting Docker containers and downloading what is needed. This may take a while the first time.
echo:
make stop
make start
echo:
echo:
echo Downloading a copy of the Website repository
echo:
make clone-windows-website