Update deployment files: fix nginx proxy, update SQL schema, consolidate to single images tar
This commit is contained in:
@@ -20,9 +20,9 @@ if ! command -v docker-compose &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Check if serpentRaceDocker.tar exists
|
||||
if [ ! -f "serpentRaceDocker.tar" ]; then
|
||||
echo "[ERROR] serpentRaceDocker.tar not found!"
|
||||
# Check if serpentrace-images.tar exists
|
||||
if [ ! -f "serpentrace-images.tar" ]; then
|
||||
echo "[ERROR] serpentrace-images.tar not found!"
|
||||
echo "Please ensure the tar file is in the same directory as this script."
|
||||
exit 1
|
||||
fi
|
||||
@@ -34,8 +34,8 @@ if [ ! -f ".env.server" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
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
|
||||
|
||||
echo "[INFO] Images loaded successfully!"
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user