Skip to content

Commit f60ebb6

Browse files
author
Guy Davenport
committed
add chmod
1 parent b783fbd commit f60ebb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ COPY Scripts /src/Scripts
1212

1313
RUN find /src/Scripts -type f -print0 | xargs -0 dos2unix
1414

15+
RUN chmod +x ./Scripts/buildDocs.sh
16+
1517
CMD ["./Scripts/buildDocs.sh"]

0 commit comments

Comments
 (0)