Skip to content

Commit 2f89b85

Browse files
committed
Added +x to balena-run fixes hzeller#2
Change-type: patch Signed-off-by: Chris Crocker-White <chriscw@balena.io>
1 parent 0c10c9b commit 2f89b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.template

+2
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ COPY src ./src
1616
COPY balena-run.sh ./
1717
COPY config.sample.json ./
1818

19+
RUN chmod +x balena-run.sh
20+
1921
CMD ./balena-run.sh

0 commit comments

Comments
 (0)