Qunity Project
This is the base package for Qunity project packages collection.
To install the project in Docker, you need to run the command from the src folder:
-
for production mode
docker run --rm --interactive --tty --volume $PWD:/app composer install --prefer-dist --no-dev --classmap-authoritative
-
for development mode
docker run --rm --interactive --tty --volume $PWD:/app composer install --prefer-source