kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
a6c001a391
|
@ -71,6 +71,9 @@ ENV {{item[0]}} {{item[1]}}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
|
# So users can move executables here with postBuild, issue #557
|
||||||
|
ENV PATH '/home/jovyan/local/bin':${PATH}
|
||||||
|
|
||||||
{% if path -%}
|
{% if path -%}
|
||||||
# Special case PATH
|
# Special case PATH
|
||||||
ENV PATH {{ ':'.join(path) }}:${PATH}
|
ENV PATH {{ ':'.join(path) }}:${PATH}
|
||||||
|
|
Ładowanie…
Reference in New Issue