From bf78a7fbd0985b042825ce1e76f9c6179861d415 Mon Sep 17 00:00:00 2001 From: wapmorgan Date: Tue, 17 Jan 2023 02:54:16 +0300 Subject: [PATCH] add run target --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index d4e72b8..352a9ab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,3 +6,6 @@ test: run: docker run --rm --interactive --tty --volume $(PWD):/app -w /app --add-host=host.docker.internal:host-gateway php:morphos bash + +php: + docker run --rm --interactive --tty --volume $(PWD):/app -w /app --add-host=host.docker.internal:host-gateway php:morphos php -a