Added windows .bat scripts for docker-build and docker-run
This commit is contained in:
4
bin/docker-build.bat
Normal file
4
bin/docker-build.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@ECHO OFF
|
||||
|
||||
docker build -t colossus-php .
|
||||
docker build -t colossus-grunt -f Dockerfile.grunt .
|
Reference in New Issue
Block a user