Skip to content

Commit a0a544e

Browse files
authored
Merge pull request #1201 from romainx/fix_dockerignore
Fix .dockerignore by adding default hooks + test dirs
2 parents 399cbb9 + daff468 commit a0a544e

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

all-spark-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

base-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

datascience-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

minimal-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

pyspark-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

r-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

scipy-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

tensorflow-notebook/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Documentation
22
README.md
3+
hooks
4+
test

0 commit comments

Comments
 (0)