Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 338 Bytes

robmorgan/phinx dockerized

docker run tico/phinx help

You must pass your migrations/seeds/configs to container.

Example (for framework.wtf):

docker run -v $PWD/app/seeds:/app/seeds -v $PWD/app/migrations:/app/migrations -v $PWD/app/config/phinx.php:/app/phinx.php tico/phinx migrate