From daff4686e830a7fc0fcc95a66c4df7f88486125f Mon Sep 17 00:00:00 2001 From: romainx Date: Sun, 20 Dec 2020 05:47:12 +0100 Subject: [PATCH] Fix .dockerignore by adding default hooks + test dirs --- all-spark-notebook/.dockerignore | 2 ++ base-notebook/.dockerignore | 2 ++ datascience-notebook/.dockerignore | 2 ++ minimal-notebook/.dockerignore | 2 ++ pyspark-notebook/.dockerignore | 2 ++ r-notebook/.dockerignore | 2 ++ scipy-notebook/.dockerignore | 2 ++ tensorflow-notebook/.dockerignore | 2 ++ 8 files changed, 16 insertions(+) diff --git a/all-spark-notebook/.dockerignore b/all-spark-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/all-spark-notebook/.dockerignore +++ b/all-spark-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/base-notebook/.dockerignore b/base-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/base-notebook/.dockerignore +++ b/base-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/datascience-notebook/.dockerignore b/datascience-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/datascience-notebook/.dockerignore +++ b/datascience-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/minimal-notebook/.dockerignore b/minimal-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/minimal-notebook/.dockerignore +++ b/minimal-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/pyspark-notebook/.dockerignore b/pyspark-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/pyspark-notebook/.dockerignore +++ b/pyspark-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/r-notebook/.dockerignore b/r-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/r-notebook/.dockerignore +++ b/r-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/scipy-notebook/.dockerignore b/scipy-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/scipy-notebook/.dockerignore +++ b/scipy-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test diff --git a/tensorflow-notebook/.dockerignore b/tensorflow-notebook/.dockerignore index 9dea340f35..d748946cbd 100644 --- a/tensorflow-notebook/.dockerignore +++ b/tensorflow-notebook/.dockerignore @@ -1,2 +1,4 @@ # Documentation README.md +hooks +test