mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Add make docker-bash helper (#123)
This commit is contained in:
parent
882c821c1d
commit
f7a3390299
2 changed files with 9 additions and 4 deletions
9
Makefile
9
Makefile
|
|
@ -45,7 +45,12 @@ build-windows:
|
|||
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc-posix CXX=x86_64-w64-mingw32-g++-posix \
|
||||
go build $(LDFLAGS) -o dist/dbmate-windows-amd64.exe .
|
||||
|
||||
.PHONY: docker
|
||||
docker:
|
||||
.PHONY: docker-all
|
||||
docker-all:
|
||||
docker-compose build
|
||||
docker-compose run --rm dbmate make
|
||||
|
||||
.PHONY: docker-bash
|
||||
docker-bash:
|
||||
docker-compose build
|
||||
docker-compose run --rm dbmate make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue