Scrapegraph-ai/Dockerfile
2024-04-10 14:11:05 +02:00

9 lines
138 B
Docker

FROM python:3.11-slim
RUN apt-get update && apt-get upgrade -y && \
useradd -m -s /bin/bash app
USER app
RUN pip install scrapegraphai