Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update custom_startup.sh
Browse files- custom_startup.sh +1 -1
custom_startup.sh
CHANGED
|
@@ -38,7 +38,7 @@ sleep 5
|
|
| 38 |
# --- 5. Handle PUBLIC_VERSION (Patch for base image's bug) ---
|
| 39 |
echo "Setting PUBLIC_VERSION (patching base image's package.json lookup bug)..."
|
| 40 |
if [ -z "$PUBLIC_VERSION" ]; then
|
| 41 |
-
export PUBLIC_VERSION="0.
|
| 42 |
fi
|
| 43 |
echo "PUBLIC_VERSION set to: $PUBLIC_VERSION"
|
| 44 |
|
|
|
|
| 38 |
# --- 5. Handle PUBLIC_VERSION (Patch for base image's bug) ---
|
| 39 |
echo "Setting PUBLIC_VERSION (patching base image's package.json lookup bug)..."
|
| 40 |
if [ -z "$PUBLIC_VERSION" ]; then
|
| 41 |
+
export PUBLIC_VERSION="0.2"
|
| 42 |
fi
|
| 43 |
echo "PUBLIC_VERSION set to: $PUBLIC_VERSION"
|
| 44 |
|