adding prime gaming
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user