colossus/bin/docker-build.sh

5 lines
95 B
Bash
Raw Permalink Normal View History

#!/bin/sh
docker build -t colossus-php .
docker build -t colossus-grunt -f Dockerfile.grunt .