5 lines
95 B
Batchfile
5 lines
95 B
Batchfile
|
@ECHO OFF
|
||
|
|
||
|
docker build -t colossus-php .
|
||
|
docker build -t colossus-grunt -f Dockerfile.grunt .
|