Add ngrok container.

This commit is contained in:
Nawaz Dhandala
2020-02-13 22:48:38 +01:00
parent de66028a58
commit 4b29f20c29
4 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
echo "REMOVING EXISTING CONTAINERS..."
sudo docker-compose down
sudo docker stop $(sudo docker ps -aq) || echo 'No docker containers'