Skip to content

Instantly share code, notes, and snippets.

@ashishakya
Created March 24, 2022 07:21
Show Gist options
  • Select an option

  • Save ashishakya/0bc095d5b351e7d75c50144a540d5d6d to your computer and use it in GitHub Desktop.

Select an option

Save ashishakya/0bc095d5b351e7d75c50144a540d5d6d to your computer and use it in GitHub Desktop.
Dcoker scripts
docker compose up (image pull) => app container banaidey
docker exec -it app bash
composer install
key:generate
docker compose up --build
docker exec -it app bash
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment