Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created May 26, 2021 12:41
Show Gist options
  • Save saniyathossain/e87b6c13a83c789e4f2f07452690095b to your computer and use it in GitHub Desktop.
Save saniyathossain/e87b6c13a83c789e4f2f07452690095b to your computer and use it in GitHub Desktop.
docker volume commands for permission laravel
sudo chown -R saniyathossain:www-data bootstrap/cache storage vendor
sudo chmod -R a+w bootstrap/cache storage vendor
export DOCKER_BUILDKIT=1; export COMPOSE_DOCKER_CLI_BUILD=1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment