Skip to content

Instantly share code, notes, and snippets.

@germanow
Last active April 27, 2021 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save germanow/4f11abb4f7718603fcc2fd8e254ab812 to your computer and use it in GitHub Desktop.
Save germanow/4f11abb4f7718603fcc2fd8e254ab812 to your computer and use it in GitHub Desktop.
Docker composer install
docker run --rm --interactive --tty \
--volume $PWD:/app \
--user $(id -u):$(id -g) \
composer install --ignore-platform-reqs --no-scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment