Update tests (#86)
Some checks failed
Tests / integration (push) Has been cancelled
Build / docker (push) Has been cancelled

* Optimization of entrypoint

* Add version file

* Update tests
This commit is contained in:
2025-05-11 09:45:53 +02:00
committed by GitHub
parent 86b7f969d3
commit 48abada5d7
2 changed files with 7 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker Image
run: |
docker buildx build -f src/docker/Dockerfile --build-arg phpVersion=8.4 -t ${{ vars.BUILDKIT_IMAGE }}:latest --load .
- name: Verify Docker images
run: |
docker images
- name: Create Laravel project
run: |
composer create-project laravel/laravel laravel

View File

@@ -12,7 +12,7 @@ services:
ports:
- 3306:3306
php-fpm:
image: jkaninda/laravel-php-fpm
image: jkaninda/laravel-php-fpm:latest
container_name: php-fpm
restart: unless-stopped
#user: www-data #Use www-data user production usage