diff --git a/Makefile b/Makefile index 7c484c82..747aeba3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build build-release build-arm build-x86 test clean +.PHONY: build build-pg build-release build-arm build-x86 test clean build-release: @if [ -z "$(tag)" ]; then \ @@ -17,10 +17,10 @@ build-x86: docker buildx build --platform linux/amd64 -t fosrl/pangolin:latest . build: - docker build -t fosrl/pangolin:latest -f Dockerfile . + docker build -t fosrl/pangolin:latest-sql -f Dockerfile . build-pg: - docker build -t fosrl/pangolin:latest -f Dockerfile.pg . + docker build -t fosrl/pangolin:latest-pg -f Dockerfile.pg . test: docker run -it -p 3000:3000 -p 3001:3001 -p 3002:3002 -v ./config:/app/config fosrl/pangolin:latest