5 lines
258 B
Bash
5 lines
258 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker run --rm -d -w "/usr/src/colossus" -v "$(pwd):/usr/src/colossus" -p 8080:8080 --name colossus-php colossus-php
|
||
|
docker run --rm -d -w "/usr/src/colossus" -v "$(pwd):/usr/src/colossus" --name colossus-grunt colossus-grunt npm run grunt watch
|