Explorar o código

Fix windows endline breaking shebang.

Herby Vojčík %!s(int64=4) %!d(string=hai) anos
pai
achega
21b2a0aa21
Modificáronse 1 ficheiros con 1 adicións e 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