Created
April 2, 2019 21:03
-
-
Save kenichi/4ed8b0e26b0e1da6d49a28d06fe5c955 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
FROM local_example_php_fpm:latest | |
COPY --chown=www-data \ | |
example/composer.json \ | |
example/composer.lock \ | |
example/composer.phar \ | |
/var/www/example/ | |
COPY --chown=www-data example/vendor /var/www/example/vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment