kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #294 from gesiscss/master
split post build script command in Docker filepull/299/head
commit
3b0bac0eb1
|
@ -109,7 +109,8 @@ USER ${NB_USER}
|
||||||
# Make sure that postBuild scripts are marked executable before executing them
|
# Make sure that postBuild scripts are marked executable before executing them
|
||||||
{% if post_build_scripts -%}
|
{% if post_build_scripts -%}
|
||||||
{% for s in post_build_scripts -%}
|
{% for s in post_build_scripts -%}
|
||||||
RUN chmod +x {{ s }} && ./{{ s }}
|
RUN chmod +x {{ s }}
|
||||||
|
RUN ./{{ s }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue