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
# This script runs the local development server in Docker.
if [[ ! $(which docker) && ! $(docker --version) ]]
then