Fix Laravel schedule

This commit is contained in:
2022-06-18 10:31:47 +02:00
parent d30e510555
commit 1253111947
5 changed files with 78 additions and 7 deletions

9
build.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [ $# -eq 0 ]
then
tag='latest'
else
tag=$1
fi
docker build -t jkaninda/laravel-php-fpm:$tag .