Created
September 14, 2018 09:52
-
-
Save zgolus/3395be6b84d59f46c0fe7d300404164d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm -v $PWD:/app -u $(id -u):$(id -g) composer create-project symfony/skeleton app | |
docker run -it --rm -v $PWD/app:/app -u $(id -u):$(id -g) composer require api | |
docker run -it --rm -v $PWD/app:/app -u $(id -u):$(id -g) composer require webonyx/graphql-php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment