Skip to content

Commit 1fcbdec

Browse files
committed
chore: Delete dead code
1 parent 975cafd commit 1fcbdec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tunnel_name := call-center-ai-$(shell hostname | sed 's/[^a-zA-Z0-9]//g' | tr '[
66
tunnel_url ?= $(shell res=$$(devtunnel show $(tunnel_name) | grep -o 'http[s]*://[^ ]*' | xargs) && echo $${res%/})
77
# Container configuration
88
container_name := ghcr.io/clemlesne/call-center-ai
9-
docker := docker
109
image_version := main
1110
# App location
1211
# Warning: Some regions may not support all services (e.g. OpenAI models, AI Search) or capabilities (e.g. Cognitive Services TTS voices). Those regions have been tested and are known to work. If you encounter issues, please refer to the Azure documentation for the latest information, or try deploying with default locations.
@@ -121,7 +120,7 @@ dev:
121120
--workers 2
122121

123122
build:
124-
DOCKER_BUILDKIT=1 $(docker) build \
123+
DOCKER_BUILDKIT=1 docker build \
125124
--build-arg VERSION=$(version_full) \
126125
--file cicd/Dockerfile \
127126
--platform linux/amd64,linux/arm64 \

0 commit comments

Comments
 (0)