docker-compose.yml aktualisiert
This commit is contained in:
parent
036cea2708
commit
45f36d5c2a
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
# This files purpose is to run the PHPunit tests locally.
|
# This files purpose is to run the PHPunit tests locally.
|
||||||
|
# Prerequisites:
|
||||||
|
# Run "composer install" to generate a composer.lock file and install PHP dev dependencies.
|
||||||
|
#
|
||||||
# Install docker and docker compose and than just run:
|
# Install docker and docker compose and than just run:
|
||||||
# docker compose up
|
# docker compose up
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue