Merge branch 'main' into UI-internationalization
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Normalize line endings to avoid CRLF issues in Linux containers
|
||||
* text=auto
|
||||
|
||||
# Shell scripts must be LF for correct shebang parsing
|
||||
*.sh text eol=lf
|
||||
|
||||
# PowerShell scripts are typically CRLF on Windows
|
||||
*.ps1 text eol=crlf
|
||||
+2
-1
@@ -10,7 +10,8 @@ RUN apt-get update \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
RUN sed -i 's/\r$//' /usr/local/bin/docker-entrypoint.sh \
|
||||
&& chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user