Skip to content

Commit

Permalink
Only execute the compile command if the assets/vendor folder is not p…
Browse files Browse the repository at this point in the history
…resent
  • Loading branch information
alextselegidis committed Aug 16, 2023
1 parent 7993eb9 commit e2b309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php-fpm/start-container
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "➜ Install NPM Dependencies"
[[ -d node_modules ]] || npm install

echo "➜ Build Project Assets"
npx gulp compile
[[ -d assets/vendor ]] || npx gulp compile

echo "➜ Listen To Incoming Requests"
php-fpm

0 comments on commit e2b309a

Please sign in to comment.