mirror of
https://github.com/outbackdingo/pangolin.git
synced 2026-01-27 10:20:03 +00:00
modified: Makefile
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
Reference in New Issue
Block a user