From 764a63d784c05dcdf7a0277d20790d592ef23770 Mon Sep 17 00:00:00 2001 From: Lokowitz Date: Mon, 30 Jun 2025 20:04:51 +0000 Subject: [PATCH] modified: Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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