summaryrefslogtreecommitdiffstats
path: root/Services/local_build.sh
blob: 47d1df6ed9278042db9fece2566091b48b87aa1a (plain)
1
2
3
4
5
6
7
8
9
#!/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-ssh Services/ssh/