ppsingh commited on
Commit
7071837
·
verified ·
1 Parent(s): 2ab36de

Update custom_startup.sh

Browse files
Files changed (1) hide show
  1. 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.9.4"
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