Added Dockerfiles and scripts to run the dev build of Colossus through Docker
This commit is contained in:
4
bin/docker-build.sh
Executable file
4
bin/docker-build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t colossus-php .
|
||||
docker build -t colossus-grunt -f Dockerfile.grunt .
|
Reference in New Issue
Block a user