Skip to content

Instantly share code, notes, and snippets.

@kenichi
Created April 2, 2019 21:03
Show Gist options
  • Save kenichi/4ed8b0e26b0e1da6d49a28d06fe5c955 to your computer and use it in GitHub Desktop.
Save kenichi/4ed8b0e26b0e1da6d49a28d06fe5c955 to your computer and use it in GitHub Desktop.
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