set permissions on repo_dir prior to preassemble

pull/743/head
Min RK 2019-07-18 14:40:08 +02:00
rodzic 3da5543bfc
commit 654be046ac
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -132,6 +132,10 @@ COPY src/{{ src }} ${REPO_DIR}/{{ dst }}
{% endfor -%}
{% endif -%}
{% if preassemble_script_directives -%}
RUN chown -R ${NB_USER}:${NB_USER} ${REPO_DIR}
{% endif -%}
{% for sd in preassemble_script_directives -%}
{{ sd }}
{% endfor %}