Put docker related files in docker/ directory
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ IMAGE_NAME="deepstate"
|
||||
echo "IMAGE_NAME $IMAGE_NAME"
|
||||
|
||||
echo "Building Docker image..."
|
||||
docker build -t $IMAGE_NAME -f Dockerfile . || exit $?
|
||||
docker build -t $IMAGE_NAME -f docker/Dockerfile . || exit $?
|
||||
|
||||
Reference in New Issue
Block a user