sonarcloud fixes
This commit is contained in:
parent
b5ef699f4f
commit
e5935faa13
4 changed files with 2 additions and 20 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue