Adjust the directory structure to prepare for merging into Master.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ROOT=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
cd "${ROOT}"
|
||||
|
||||
imageName="jarvis"
|
||||
docker build -f dockerfile -t ${imageName} ..
|
||||
Reference in New Issue
Block a user