Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created May 13, 2019 06:52
Show Gist options
  • Save mhemrg/539f7952f0b8deba6dde0dfafd49e7bc to your computer and use it in GitHub Desktop.
Save mhemrg/539f7952f0b8deba6dde0dfafd49e7bc to your computer and use it in GitHub Desktop.
Liara | Extend Laravel Platform
FROM liararepo/laravel-platform:frontend
FROM liararepo/laravel-platform:backend
RUN chgrp -R www-data /var/www/html/lib/vendor
RUN chmod -R ug+rwx /var/www/html/lib/vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment