Merge pull request #73 from jkaninda/develop

Refactoring
This commit is contained in:
2024-01-06 15:03:15 +01:00
committed by GitHub
4 changed files with 14 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -39,6 +39,13 @@ jobs:
file: "./src/docker/7.3/Dockerfile"
push: true
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
-
name: Build and push 7.4
uses: docker/build-push-action@v3
with:
file: "./src/docker/7.4/Dockerfile"
push: true
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
-
name: Build and push 8.0
uses: docker/build-push-action@v3

View File

@@ -3,6 +3,12 @@
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/laravel-php-fpm?style=flat-square)
![Docker Pulls](https://img.shields.io/docker/pulls/jkaninda/laravel-php-fpm?style=flat-square)
<p align="center">
<a href="https://github.com/jkaninda/laravel-php-fpm">
<img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Logo">
</a>
</p>
# Laravel PHP-FPM Docker image
> 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any php based applications.

View File

@@ -70,4 +70,4 @@ else
fi
supervisord -c /etc/supervisor/supervisord.conf
exec "$@"
#exec "$@"