5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t colossus-php .
|
|
docker build -t colossus-grunt -f Dockerfile.grunt .
|