andrejsstepanovs

composer install in docker

Jan 5th, 2021 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.09 KB | None | 0 0
  1. COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
  2.  
  3. ENV COMPOSER_ALLOW_SUPERUSER=1
Add Comment
Please, Sign In to add comment