How to run db migration when Laravel container is up? – Docker
I have problem with running db migration on when container is up. Problems: cant set app key because gitlab-ci didn't copy .env file (getting err in gitlab ci console), so setting key needs to happen later running migration with wait-for-it…