Created
March 24, 2022 07:21
-
-
Save ashishakya/0bc095d5b351e7d75c50144a540d5d6d to your computer and use it in GitHub Desktop.
Dcoker scripts
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
| 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