moving dockerfile to root

This commit is contained in:
Aaron Schlesinger 2015-05-22 16:06:53 -07:00
parent d90cee9fd3
commit 6116ccc232
2 changed files with 2 additions and 2 deletions

2
dockerbuild.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker run -v $PWD:/rocks -w /rocks buildpack-deps make

View File

@ -1,2 +0,0 @@
#!/bin/bash
docker run -v $PWD/..:/rocks -w /rocks buildpack-deps make tools