Skip to content

Instantly share code, notes, and snippets.

@zgolus
Created September 14, 2018 09:52
Show Gist options
  • Save zgolus/3395be6b84d59f46c0fe7d300404164d to your computer and use it in GitHub Desktop.
Save zgolus/3395be6b84d59f46c0fe7d300404164d to your computer and use it in GitHub Desktop.
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