Skip to content

Commit 1029f79

Browse files
committed
Docker Compose scripts and docs
1 parent 32e7ab2 commit 1029f79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,8 @@ docker:
896896

897897
docker-prod:
898898
@echo "🦭 Building production container from Containerfile.lite (ubi-micro → scratch)…"
899-
docker build --ssh default \
899+
docker build \
900900
--platform=linux/amd64 \
901-
--squash \
902901
-f Containerfile.lite \
903902
-t $(IMG_PROD) \
904903
.
@@ -1003,7 +1002,7 @@ ifeq ($(strip $(COMPOSE_CMD)),)
10031002
command -v "podman compose" >/dev/null 2>&1 && echo "podman compose" || \
10041003
echo "docker compose" )
10051004
endif
1006-
COMPOSE_FILE ?= podman-compose-mcpgateway.yaml
1005+
COMPOSE_FILE ?= docker-compose.yml
10071006

10081007
define COMPOSE
10091008
$(COMPOSE_CMD) -f $(COMPOSE_FILE)
File renamed without changes.

0 commit comments

Comments
 (0)