mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 00:49:39 +01:00
7
.github/workflows/manual.yaml
vendored
7
.github/workflows/manual.yaml
vendored
@@ -39,6 +39,13 @@ jobs:
|
|||||||
file: "./src/docker/7.3/Dockerfile"
|
file: "./src/docker/7.3/Dockerfile"
|
||||||
push: true
|
push: true
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.3"
|
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
|
name: Build and push 8.0
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
<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
|
# Laravel PHP-FPM Docker image
|
||||||
|
|
||||||
> 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any php based applications.
|
> 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any php based applications.
|
||||||
|
|||||||
@@ -70,4 +70,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
supervisord -c /etc/supervisor/supervisord.conf
|
supervisord -c /etc/supervisor/supervisord.conf
|
||||||
exec "$@"
|
#exec "$@"
|
||||||
Reference in New Issue
Block a user