sonarcloud fixes

This commit is contained in:
Ralf Vogler 2023-11-07 15:20:58 +01:00
parent b5ef699f4f
commit e5935faa13
4 changed files with 2 additions and 20 deletions

View file

@ -64,7 +64,7 @@ RUN npm install
COPY . .
# Shell scripts need Linux line endings. On Windows, git might be configured to check out dos/CRLF line endings, so we convert them for those people in case they want to build the image. They could also use --config core.autocrlf=input
RUN dos2unix *.sh && chmod +x *.sh
RUN dos2unix ./*.sh && chmod +x ./*.sh
COPY docker-entrypoint.sh /usr/local/bin/
ARG COMMIT=""