kenichi9999999 commited on
Commit
98b949b
·
1 Parent(s): b2503cb
Files changed (1) hide show
  1. entrypoint.sh +4 -4
entrypoint.sh CHANGED
@@ -5,10 +5,10 @@ chmod -R 777 storage bootstrap/cache vendor database
5
 
6
  export COMPOSER_HOME=/tmp/composer
7
 
8
- if [ ! -d vendor ]; then
9
- echo "📦 Running composer install..."
10
- composer install --no-interaction --prefer-dist
11
- fi
12
 
13
  #echo "🚀 Starting Laravel on :8888"
14
  #php artisan serve --host=0.0.0.0 --port=8888
 
5
 
6
  export COMPOSER_HOME=/tmp/composer
7
 
8
+ #3if [ ! -d vendor ]; then
9
+ # echo "📦 Running composer install..."
10
+ # composer install --no-interaction --prefer-dist
11
+ #fi
12
 
13
  #echo "🚀 Starting Laravel on :8888"
14
  #php artisan serve --host=0.0.0.0 --port=8888