Fix line endings.

3.0
Icedream 2017-04-09 22:52:59 +02:00
parent d2701dd0e9
commit f0362fea3a
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 18 additions and 1 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sh]
end_of_line = lf
[*.md]
trim_trailing_whitespace = false

View File

@ -34,7 +34,9 @@ RUN \
apk --no-cache del .build-deps
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint
RUN chmod +x /usr/local/bin/docker-entrypoint
RUN \
chmod +x /usr/local/bin/docker-entrypoint && \
sed -i 's,\r,,g' /usr/local/bin/docker-entrypoint
RUN \
for path in \