first commit

This commit is contained in:
2022-07-01 18:21:34 +02:00
commit 0f140da34e
8 changed files with 425 additions and 0 deletions

9
build.sh Executable 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/nginx-php-fpm:$tag .