We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b783fbd commit f60ebb6Copy full SHA for f60ebb6
Dockerfile
@@ -12,4 +12,6 @@ COPY Scripts /src/Scripts
12
13
RUN find /src/Scripts -type f -print0 | xargs -0 dos2unix
14
15
+RUN chmod +x ./Scripts/buildDocs.sh
16
+
17
CMD ["./Scripts/buildDocs.sh"]
0 commit comments