Skip to content

Instantly share code, notes, and snippets.

@daniDLL
Last active December 15, 2021 09:46
Show Gist options
  • Select an option

  • Save daniDLL/c8f41d3e27b9888a5b6720b8401b81e8 to your computer and use it in GitHub Desktop.

Select an option

Save daniDLL/c8f41d3e27b9888a5b6720b8401b81e8 to your computer and use it in GitHub Desktop.

Revisions

  1. daniDLL created this gist Dec 15, 2021.
    1 change: 1 addition & 0 deletions docker-command-magento-composer-install
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    docker run --user root --rm --volume=<local-path>:/var/www/html modestcoders/php:7.4-fpm /bin/bash -c "composer self-update --2 && composer install"