optim dockerfile

This commit is contained in:
jr-k 2024-05-27 10:26:13 +02:00
parent 55a0d1156f
commit 4991f6e2be

View File

@ -6,6 +6,6 @@ WORKDIR /app
COPY . . COPY . .
RUN pip install -r requirements.txt && apk del .build-deps gcc musl-dev sqlite-dev RUN pip install -r requirements.txt && apk del .build-deps gcc musl-dev sqlite-dev build-base linux-headers
ENTRYPOINT ["python", "/app/obscreen.py"] ENTRYPOINT ["python", "/app/obscreen.py"]