diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 07:58:57 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 07:58:57 +0100 |
commit | 95308b11769bc5d0933209ab4f3cf314a9183324 (patch) | |
tree | fc81d27b48964c9c837fe207cb36bae6665d6e25 /Services/local_build.sh | |
parent | 3f5e92790bd7360e3454541e7bced410c4532c5f (diff) | |
download | phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.gz phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.bz2 phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.tar.xz phpmyadmin-95308b11769bc5d0933209ab4f3cf314a9183324.zip |
delete ssh service and adding limits in tested services
Diffstat (limited to 'Services/local_build.sh')
-rwxr-xr-x | Services/local_build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Services/local_build.sh b/Services/local_build.sh deleted file mode 100755 index a87ccb1..0000000 --- a/Services/local_build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -docker build -t sv-apache Services/apache/ -docker build -t sv-mariadb Services/mariadb/ -docker build -t sv-memcache Services/memcache/ -docker build -t sv-mongo Services/mongo/ -docker build -t sv-nodejs Services/nodejs/ -docker build -t sv-php Services/php/ -docker build -t sv-postgres Services/postgres/ -docker build -t sv-ooconv Services/ooconv/ -docker build -t sv-ssh Services/ssh/
\ No newline at end of file |