Add checking if the project is based on Laravel

This commit is contained in:
2022-06-21 10:04:42 +02:00
parent 8bf3e8fc29
commit 5aafe76222
4 changed files with 94 additions and 44 deletions

3
build.sh Normal file → Executable file
View File

@@ -6,4 +6,5 @@ if [ $# -eq 0 ]
tag=$1
fi
docker build -t jkaninda/laravel-php-fpm:$tag .
#docker build -t jkaninda/laravel-php-fpm:$tag .
docker build -t jkaninda/php-fpm:$tag .