Fichier Dockerfile pour FrankenPHP (Node, NPM et Composer).
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
services:
|
||||
|
||||
server-php:
|
||||
image: ${FRANKENPHP_VERSION}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
FRANKENPHP_IMAGE: ${FRANKENPHP_VERSION}
|
||||
dockerfile: docker/Dockerfile.frankenphp
|
||||
|
||||
volumes:
|
||||
- ./www:/app
|
||||
|
||||
Reference in New Issue
Block a user