kopia lustrzana https://github.com/jupyterhub/repo2docker
Explicitly add a .dockerignore rather than symlink
Alpine linux seems very confused by symlinkspull/88/head
rodzic
d962d4091f
commit
1c4c31e1f1
|
@ -1 +0,0 @@
|
||||||
.gitignore
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
.#*
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
*.tar.gz
|
||||||
|
*.egg-info
|
||||||
|
*.py[co]
|
||||||
|
__pycache__
|
||||||
|
MANIFEST
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
|
||||||
|
repo2docker/s2i
|
||||||
|
|
||||||
|
^bin/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
share/
|
||||||
|
include/
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
generated/
|
||||||
|
test_file_text.txt
|
|
@ -14,6 +14,7 @@ repo2docker/s2i
|
||||||
|
|
||||||
^bin/
|
^bin/
|
||||||
lib/
|
lib/
|
||||||
|
lib64/
|
||||||
share/
|
share/
|
||||||
include/
|
include/
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue