mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-19 20:20:18 +03:00
8 lines
194 B
Bash
8 lines
194 B
Bash
#!/bin/sh
|
|
export REGISTRY_URL="mytelegram"
|
|
|
|
./1.build-messenger-command-server.sh
|
|
./2.build-messenger-query-server.sh
|
|
./4.build-sms-sender.sh
|
|
./5.build-gateway-server.sh
|
|
./6.build-auth-server.sh |