kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #75 from minrk/typo
typo: --print-dockerfile ended up falling under --debugpull/77/head
commit
065d00aa71
|
@ -168,7 +168,7 @@ class Repo2Docker(Application):
|
||||||
'--no-build',
|
'--no-build',
|
||||||
dest='build',
|
dest='build',
|
||||||
action='store_false',
|
action='store_false',
|
||||||
help="Do not actually build the image. Useful in conjugation with --print-dockerfile."
|
help="Do not actually build the image. Useful in conjunction with --debug."
|
||||||
)
|
)
|
||||||
|
|
||||||
argparser.add_argument(
|
argparser.add_argument(
|
||||||
|
|
Ładowanie…
Reference in New Issue