]> git.p6c8.net - jirafeau_mojo42.git/commitdiff
[TASK] Remove dev.sh script file
authorJerome Jutteau <mojo@couak.net>
Mon, 4 Sep 2017 06:56:13 +0000 (08:56 +0200)
committerJerome Jutteau <mojo@couak.net>
Mon, 4 Sep 2017 22:37:54 +0000 (00:37 +0200)
Not usefull anymore as there is now a docker directory with better
configuration.

Signed-off-by: Jerome Jutteau <mojo@couak.net>
dev.sh [deleted file]

diff --git a/dev.sh b/dev.sh
deleted file mode 100755 (executable)
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

patrick-canterino.de