Skip to content

Commit e4fe55d

Browse files
committed
Add .gitattributes for LF line endings and remove duplicate chmod in Dockerfile
1 parent 4086698 commit e4fe55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ RUN pip install --upgrade pip && \
3737
# Ensure start script is executable
3838
RUN chmod +x /app/scripts/start.sh
3939

40-
# Ensure start script is executable
41-
RUN chmod +x /app/scripts/start.sh
40+
4241

4342
# Expose the default ports
4443
EXPOSE 5555 5556

0 commit comments

Comments
 (0)