modified: Makefile

This commit is contained in:
Lokowitz
2025-06-30 20:04:51 +00:00
parent 6f280c4664
commit 764a63d784

View File

@@ -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