We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c6829 commit a7531a1Copy full SHA for a7531a1
Makefile
@@ -26,4 +26,11 @@ clean-tests:
26
@source .venv/bin/activate && \
27
appwrite-lab stop test-lab
28
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
36
.PHONY: patch_templates tests clean-tests build_appwrite_cli build_appwrite_playwright
0 commit comments