An open API service indexing awesome lists of open source software.

https://github.com/mendhak/docker-yandex-pgmigrate


https://github.com/mendhak/docker-yandex-pgmigrate

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

A docker image that contains the `yandex-pgmigrate` pip package.

To run it,

```
docker run --rm mendhak/yandex-pgmigrate -t latest migrate
```

To build this image,

```
docker build -t mendhak/yandex-pgmigrate .
```