colossus/bin/docker-build.bat

5 lines
95 B
Batchfile

@ECHO OFF
docker build -t colossus-php .
docker build -t colossus-grunt -f Dockerfile.grunt .