Make sure start script is executable

pull/651/head
Tim Head 2019-04-26 18:09:58 +02:00
rodzic 2acf0974c3
commit e15007d528
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -154,6 +154,7 @@ RUN ./{{ s }}
# Add start script
{% if start_script is not none -%}
RUN chmod +x "{{ start_script }}"
ENV R2D_ENTRYPOINT "{{ start_script }}"
{% endif -%}