mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-10 22:16:44 +03:00
Update dockerfile
This commit is contained in:
@@ -4,10 +4,13 @@ FROM python:3.10-slim-bullseye
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends gcc
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY main.py .
|
||||||
|
|
||||||
ENTRYPOINT [ "python3", "main.py"]
|
ENTRYPOINT ["python3", "main.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user