Fichier Dockerfile pour FrankenPHP (Node, NPM et Composer).

This commit is contained in:
2026-02-23 20:17:52 +01:00
parent 4e158e5485
commit e999b5c7ce
2 changed files with 27 additions and 1 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
services:
server-php:
image: ${FRANKENPHP_VERSION}
build:
context: .
args:
FRANKENPHP_IMAGE: ${FRANKENPHP_VERSION}
dockerfile: docker/Dockerfile.frankenphp
volumes:
- ./www:/app