Skip to content

Commit e15007d

Browse files
committed
Make sure start script is executable
1 parent 2acf097 commit e15007d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
155155
# Add start script
156156
{% if start_script is not none -%}
157+
RUN chmod +x "{{ start_script }}"
157158
ENV R2D_ENTRYPOINT "{{ start_script }}"
158159
{% endif -%}
159160

0 commit comments

Comments
 (0)