Revision ab455ce495bea2833e163715f6e39f2eea6cfbba authored by Islam AbdelRahman on 11 June 2015, 21:32:10 UTC, committed by Islam AbdelRahman on 11 June 2015, 21:32:10 UTC
1 parent 3eddd1a
Raw File
dockerbuild.sh
#!/bin/bash
docker run -v $PWD:/rocks -w /rocks buildpack-deps make
back to top