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

https://github.com/cryptogarageinc/goose-dockerfile

A database migration image by goose
https://github.com/cryptogarageinc/goose-dockerfile

Last synced: about 2 months ago
JSON representation

A database migration image by goose

Awesome Lists containing this project

README

          

# goose-dockerfile

## build

docker buildx build [--platform \] [-t \] .

## format and lint

```sh
go run github.com/go-task/task/v3/cmd/task@latest format lint
```