Created
May 13, 2019 06:52
-
-
Save mhemrg/539f7952f0b8deba6dde0dfafd49e7bc to your computer and use it in GitHub Desktop.
Liara | Extend Laravel Platform
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 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