You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker-compose run --rm --service-ports bot make shell
52
+
docker-compose run --rm --service-ports bot make shell
48
53
49
54
run-x:
50
-
sudo docker-compose run --rm --service-ports bot make x
55
+
docker-compose run --rm --service-ports bot make x
51
56
52
57
run-webchat:
53
-
sudo docker-compose run -d --rm --service-ports bot-webchat
58
+
$(info )
59
+
$(info Executando Bot com Webchat. Caso seu navegador não seja iniciado automáticamente, abra o seguinte arquivo com seu navegador: modules/webchat/index.html)
60
+
$(info )
61
+
docker-compose run -d --rm --service-ports bot-webchat
54
62
sensible-browser modules/webchat/index.html
55
63
56
64
run-telegram:
57
-
sudo docker-compose run -d --rm --service-ports bot_telegram make telegram
65
+
docker-compose run -d --rm --service-ports bot_telegram make telegram
0 commit comments