Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move migrate binary to /usr/local/bin in Dockerfile
Move the migrate binary to `/usr/local/bin` in the Dockerfile, so it can be invoked from anywhere - this makes it easier to write entrypoint scripts which call `migrate` that can be used consistently both locally and in Docker containers. To preserve backwards compatibility for anything that depends on `migrate` existing at its existing path, we create a symlink to the `/usr/local/bin/migrate` binary.
- Loading branch information