Skip to content

Commit a7531a1

Browse files
committed
build: support for building twilio-shim
1 parent 19c6829 commit a7531a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ clean-tests:
2626
@source .venv/bin/activate && \
2727
appwrite-lab stop test-lab
2828

29+
build_twilio_shim:
30+
cd twilio-shim && docker buildx build -t docker.io/syntaxsdev/twilio-shim:latest -f Dockerfile . --load
31+
32+
push_twilio_shim:
33+
cd twilio-shim && docker buildx build -t docker.io/syntaxsdev/twilio-shim:latest -f Dockerfile . --load --push
34+
35+
2936
.PHONY: patch_templates tests clean-tests build_appwrite_cli build_appwrite_playwright

0 commit comments

Comments
 (0)