Explorar el Código

Fix windows endline breaking shebang.

Herby Vojčík hace 4 años
padre
commit
21b2a0aa21
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -4,5 +4,6 @@ ADD package.json .
 RUN npm install --production
 ADD check-some-are-unignored.sh .
 ADD check-vcs-changes.sh .
+RUN sed -i -e 's/[\r]//g' ./check-*.sh
 RUN chmod +x ./check-*.sh
 ENTRYPOINT /work/check-vcs-changes.sh