X-Git-Url: https://git.p6c8.net/jirafeau/mojo42.git/blobdiff_plain/b8529b7920e55575e12fb6a9d01ebfcc82922fc0..91800659866146b2d5406bd209022191fa4c8da6:/dev.sh?ds=sidebyside diff --git a/dev.sh b/dev.sh deleted file mode 100755 index d749cf7..0000000 --- a/dev.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -jroot=$(cd "$(dirname $0)" && pwd) -docker -h &> /dev/null || (echo "You need docker installed" && exit 1) -docker pull tutum/apache-php -docker run -v $jroot:/app -t -i --rm -p 8080:80 tutum/apache-php