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