kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #544 from benjaminr/bugfix/unnecessary-postBuild-comment
Spurious comment in `Dockerfile` #543pull/547/head
commit
23855fcb08
|
@ -142,8 +142,8 @@ LABEL {{k}}="{{v}}"
|
||||||
# We always want containers to run as non-root
|
# We always want containers to run as non-root
|
||||||
USER ${NB_USER}
|
USER ${NB_USER}
|
||||||
|
|
||||||
# Make sure that postBuild scripts are marked executable before executing them
|
|
||||||
{% if post_build_scripts -%}
|
{% if post_build_scripts -%}
|
||||||
|
# Make sure that postBuild scripts are marked executable before executing them
|
||||||
{% for s in post_build_scripts -%}
|
{% for s in post_build_scripts -%}
|
||||||
RUN chmod +x {{ s }}
|
RUN chmod +x {{ s }}
|
||||||
RUN ./{{ s }}
|
RUN ./{{ s }}
|
||||||
|
|
Ładowanie…
Reference in New Issue