adding prime gaming

This commit is contained in:
Gaël
2025-10-05 19:52:50 +02:00
parent c66935bcb6
commit 898ada327f
3 changed files with 421 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ RUN pip install -r requirements.txt
ENV TZ=Europe/Brussels
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN playwright install --with-deps chromium
COPY update_and_run.sh /app
# Normalize line endings (Windows CRLF -> LF) and ensure readable
RUN sed -i 's/\r$//' /app/update_and_run.sh && chmod a+r /app/update_and_run.sh