Skip to content

Commit

Permalink
add run target
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Jan 16, 2023
1 parent 18fbcc7 commit bf78a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf78a7f

Please sign in to comment.